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