#cc0eb2
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 14, 178
HSL
308°, 87%, 43%
CMYK
0, 93, 13, 20
Luminance
0.1637
Every format
| HEX | #cc0eb2 |
| RGB | rgb(204, 14, 178) |
| HSL | hsl(308, 87%, 43%) |
| CMYK | cmyk(0%, 93%, 13%, 20%) |
| LAB | lab(47.5 78.3 -37.9) |
| LCH | lch(47.5 87.0 334.1) |
| OKLCH | oklch(0.581 0.252 335.7) |
Copy-ready code
/* CSS */
color: #cc0eb2;
background-color: #cc0eb2;
/* Tailwind (arbitrary) */
class="text-[#cc0eb2] bg-[#cc0eb2]"
/* SCSS */
$brand: #cc0eb2;
/* SwiftUI */
Color(red: 0.800, green: 0.055, blue: 0.698)
/* Android */
Color.parseColor("#cc0eb2")Accessibility — WCAG contrast
Aa
#cc0eb2 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0eb2 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow12.7%
Key (black)20.0%
Color previews
#cc0eb2 text on a black background
contrast 4.27:1
Card sample
#cc0eb2 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0eb2;
Background color
Panel with #cc0eb2 background
background-color: #cc0eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 14, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 14, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0eb2; background: linear-gradient(135deg, #cc0eb2, #CC0E33);