#cc08cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 8, 207
HSL
299°, 93%, 42%
CMYK
1, 96, 0, 19
Luminance
0.1752
Every format
| HEX | #cc08cf |
| RGB | rgb(204, 8, 207) |
| HSL | hsl(299, 93%, 42%) |
| CMYK | cmyk(1%, 96%, 0%, 19%) |
| LAB | lab(48.9 82.8 -52.5) |
| LCH | lch(48.9 98.1 327.6) |
| OKLCH | oklch(0.596 0.273 327.6) |
Copy-ready code
/* CSS */
color: #cc08cf;
background-color: #cc08cf;
/* Tailwind (arbitrary) */
class="text-[#cc08cf] bg-[#cc08cf]"
/* SCSS */
$brand: #cc08cf;
/* SwiftUI */
Color(red: 0.800, green: 0.031, blue: 0.812)
/* Android */
Color.parseColor("#cc08cf")Accessibility — WCAG contrast
Aa
#cc08cf on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc08cf on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green3.1%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta96.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cc08cf text on a black background
contrast 4.50:1
Card sample
#cc08cf text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc08cf;
Background color
Panel with #cc08cf background
background-color: #cc08cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc08cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 8, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 8, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc08cf; background: linear-gradient(135deg, #cc08cf, #CF084D);