#c00eee
a balanced, electric violet · warm · closest name: magenta
RGB
192, 14, 238
HSL
288°, 89%, 49%
CMYK
19, 94, 0, 7
Luminance
0.1769
Every format
| HEX | #c00eee |
| RGB | rgb(192, 14, 238) |
| HSL | hsl(288, 89%, 49%) |
| CMYK | cmyk(19%, 94%, 0%, 7%) |
| LAB | lab(49.1 85.4 -69.9) |
| LCH | lch(49.1 110.4 320.7) |
| OKLCH | oklch(0.601 0.288 316.7) |
Copy-ready code
/* CSS */
color: #c00eee;
background-color: #c00eee;
/* Tailwind (arbitrary) */
class="text-[#c00eee] bg-[#c00eee]"
/* SCSS */
$brand: #c00eee;
/* SwiftUI */
Color(red: 0.753, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#c00eee")Accessibility — WCAG contrast
Aa
#c00eee on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c00eee on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green5.5%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c00eee text on a black background
contrast 4.54:1
Card sample
#c00eee text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00eee;
Background color
Panel with #c00eee background
background-color: #c00eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00eee; background: linear-gradient(135deg, #c00eee, #EE0E87);