Online color picker
Pick a color visually and instantly get its HEX, RGB and HSL values.
Processed on your device. Nothing is sent to any server.
Pick a color to see its values.
HEX
#0B6E63
RGB
rgb(11, 110, 99)
HSL
hsl(173, 82%, 24%)
Pick a color visually using the browser's native picker and instantly get its HEX, RGB and HSL value.
Uses the browser's native type="color" input and automatically calculates its equivalents in the three most common CSS color formats.
Use cases
- Quickly picking a color and copying its CSS code.
- Visually exploring different shades.
- Getting all three formats of the same color at once.
How it works
- 1
Open the picker
Click the color swatch to open the native picker.
- 2
Copy the format you need
Copy the HEX, RGB or HSL value with one click.
Frequently asked questions
- What formats does it offer?
- HEX, RGB and HSL simultaneously, each with its own copy button.
Related tools
- Border Radius GeneratorCreates CSS border-radius with preview.
- Box Shadow GeneratorCreates CSS shadows with a live preview.
- CSS Gradient GeneratorCreates CSS gradients with preview.
- WCAG Contrast CheckerChecks WCAG contrast between two colors.
- Extract Image ColorsGets an image's dominant colors.
- HEX to HSLConverts HEX to HSL with preview.