Enter HSV Values
Input or choose HSV values
See Results
View Color name and other formats
Copy or Use
Copy, save, or reuse your color
Choose a color visually, use sliders, or paste a value.
Quick Presets
tomato
tomato
PreviewOriginal
rgb(255, 99, 71)
Lighten 20%
rgb(255, 130, 108)
Darken 20%
rgb(204, 79, 57)
Complementary
rgb(71, 227, 255)
Aa
With White Text
Aa
With Black Text
Other Formats
Color Palette
Did you know?
You can pick a color from your screen in browsers that support the EyeDropper API.
Generate a color in HSV (often by cycling hue with fixed saturation and value) and read the nearest CSS named color underneath. Useful when labelling chart series, naming auto-generated palette entries, or describing a hue family in plain words.
Saturation and value are clamped to the 0 to 100 range before lookup, and hue is taken modulo 360 to keep wrap-around consistent.
Need more notations? Open the Color Converter for HEX, RGB, HSL, LAB, OKLAB, and OKLCH, or use the Color Contrast Checker to validate foreground/background pairs before shipping.
Yes. Saturation and value are clamped to 0 to 100 before the named color lookup runs.
The lookup space contains around 140 names, so any cluster of nearby colors collapses onto the closest entry.
Yes. The Other Formats panel reports the named color's canonical hex right next to the name.