#cc0eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 14, 238
HSL
291°, 89%, 49%
CMYK
14, 94, 0, 7
Luminance
0.1932
Every format
| HEX | #cc0eee |
| RGB | rgb(204, 14, 238) |
| HSL | hsl(291, 89%, 49%) |
| CMYK | cmyk(14%, 94%, 0%, 7%) |
| LAB | lab(51.1 87.1 -66.7) |
| LCH | lch(51.1 109.7 322.6) |
| OKLCH | oklch(0.618 0.292 320.0) |
Copy-ready code
/* CSS */
color: #cc0eee;
background-color: #cc0eee;
/* Tailwind (arbitrary) */
class="text-[#cc0eee] bg-[#cc0eee]"
/* SCSS */
$brand: #cc0eee;
/* SwiftUI */
Color(red: 0.800, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#cc0eee")Accessibility — WCAG contrast
Aa
#cc0eee on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc0eee on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.5%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cc0eee text on a black background
contrast 4.86:1
Card sample
#cc0eee text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0eee;
Background color
Panel with #cc0eee background
background-color: #cc0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0eee; background: linear-gradient(135deg, #cc0eee, #EE0E7B);