Props Color Finder is a Progressive Web Application (PWA) designed to help users find the closest color match from the Open Props color palette. Additionally, it provides the ability to match CSS's built-in named colors and convert colors to the OKLCH color space.
By default, the app uses RGB for color matching. You can switch to the LAB color space for perceptual matching:
- Toggle the checkbox labeled "Enable LAB Color Matching".
- When enabled, LAB color space ensures closer alignment with human visual perception.
Use the dropdown menu to select:
- Open Props: Find matches within the Open Props color palette (default).
- Named CSS: Match against CSS's built-in named colors.
- HDR (OKLCH): Convert colors to the OKLCH color space.
Use the color picker to select a color. The app will display the closest match or the OKLCH conversion based on your selected palette.
Toggle the "Enable LAB Color Matching" checkbox to switch to the LAB color space for perceptual matching.
- Example:
- In RGB, red
#FF0000
maps to red-8 (Open Props). - In LAB, the same red maps to orange-9, reflecting human visual perception of brightness and saturation.
- In RGB, red
Props Color Finder is a PWA and works seamlessly in your browser or as an installed app for offline use.
- Visit the Props Color Finder website.
- Install the app:
- On desktop: Click the install icon in your browser's address bar.
- On mobile: Use the "Add to Home Screen" option in your browser.
Props Color Finder prioritizes accessibility:
- All inputs are keyboard-navigable for seamless usability.
- Labels and ARIA attributes ensure compatibility with screen readers.
Props Color Finder is distributed under the MIT License.