Enter Color name Values
Input or choose Color name values
See Results
View RGB and other formats
Copy or Use
Copy, save, or reuse your color
Choose a color visually, use sliders, or paste a value.
Quick Presets
rgb(255, 99, 71)
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.
Convert a CSS named color into a red, green, blue triple ready for rgb() declarations, canvas calls, or scripts that store channels separately. The tool resolves the name through the standard CSS table, so the result is identical to what the browser would render.
Names are matched after lowercasing and stripping whitespace, so RebeccaPurple, rebecca purple, and rebeccapurple all resolve to the same RGB triple.
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.
No. Names are matched case-insensitively after stripping whitespace, matching the browser's resolution.
Yes, but it returns 0,0,0 because the alpha channel is not included in the RGB triple shown here.
Yes. The Other Formats panel lists hex, HSL, HSV, CMYK, and the nearest CSS name simultaneously.