#cc0bc9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 11, 201
HSL
301°, 90%, 42%
CMYK
0, 95, 2, 20
Luminance
0.1729
Every format
| HEX | #cc0bc9 |
| RGB | rgb(204, 11, 201) |
| HSL | hsl(301, 90%, 42%) |
| CMYK | cmyk(0%, 95%, 2%, 20%) |
| LAB | lab(48.6 81.7 -49.5) |
| LCH | lch(48.6 95.5 328.8) |
| OKLCH | oklch(0.593 0.268 329.1) |
Copy-ready code
/* CSS */
color: #cc0bc9;
background-color: #cc0bc9;
/* Tailwind (arbitrary) */
class="text-[#cc0bc9] bg-[#cc0bc9]"
/* SCSS */
$brand: #cc0bc9;
/* SwiftUI */
Color(red: 0.800, green: 0.043, blue: 0.788)
/* Android */
Color.parseColor("#cc0bc9")Accessibility — WCAG contrast
Aa
#cc0bc9 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0bc9 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow1.5%
Key (black)20.0%
Color previews
#cc0bc9 text on a black background
contrast 4.46:1
Card sample
#cc0bc9 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0bc9;
Background color
Panel with #cc0bc9 background
background-color: #cc0bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 11, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 11, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0bc9; background: linear-gradient(135deg, #cc0bc9, #CC0B48);