#c40eee
a balanced, electric violet · warm · closest name: magenta
RGB
196, 14, 238
HSL
289°, 89%, 49%
CMYK
18, 94, 0, 7
Luminance
0.1822
Every format
| HEX | #c40eee |
| RGB | rgb(196, 14, 238) |
| HSL | hsl(289, 89%, 49%) |
| CMYK | cmyk(18%, 94%, 0%, 7%) |
| LAB | lab(49.8 86.0 -68.8) |
| LCH | lch(49.8 110.2 321.3) |
| OKLCH | oklch(0.606 0.289 317.8) |
Copy-ready code
/* CSS */
color: #c40eee;
background-color: #c40eee;
/* Tailwind (arbitrary) */
class="text-[#c40eee] bg-[#c40eee]"
/* SCSS */
$brand: #c40eee;
/* SwiftUI */
Color(red: 0.769, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#c40eee")Accessibility — WCAG contrast
Aa
#c40eee on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40eee on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green5.5%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c40eee text on a black background
contrast 4.64:1
Card sample
#c40eee text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40eee;
Background color
Panel with #c40eee background
background-color: #c40eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40eee; background: linear-gradient(135deg, #c40eee, #EE0E82);