#cc00ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 0, 173
HSL
309°, 100%, 40%
CMYK
0, 100, 15, 20
Luminance
0.1585
Every format
| HEX | #cc00ad |
| RGB | rgb(204, 0, 173) |
| HSL | hsl(309, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 15%, 20%) |
| LAB | lab(46.8 78.8 -36.0) |
| LCH | lch(46.8 86.7 335.4) |
| OKLCH | oklch(0.575 0.253 337.1) |
Copy-ready code
/* CSS */
color: #cc00ad;
background-color: #cc00ad;
/* Tailwind (arbitrary) */
class="text-[#cc00ad] bg-[#cc00ad]"
/* SCSS */
$brand: #cc00ad;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.678)
/* Android */
Color.parseColor("#cc00ad")Accessibility — WCAG contrast
Aa
#cc00ad on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc00ad on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow15.2%
Key (black)20.0%
Color previews
#cc00ad text on a black background
contrast 4.17:1
Card sample
#cc00ad text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc00ad;
Background color
Panel with #cc00ad background
background-color: #cc00ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc00ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc00ad; background: linear-gradient(135deg, #cc00ad, #CC0025);