#cc00aa
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 0, 170
HSL
310°, 100%, 40%
CMYK
0, 100, 17, 20
Luminance
0.1574
Every format
| HEX | #cc00aa |
| RGB | rgb(204, 0, 170) |
| HSL | hsl(310, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 17%, 20%) |
| LAB | lab(46.6 78.4 -34.5) |
| LCH | lch(46.6 85.7 336.3) |
| OKLCH | oklch(0.574 0.252 338.1) |
Copy-ready code
/* CSS */
color: #cc00aa;
background-color: #cc00aa;
/* Tailwind (arbitrary) */
class="text-[#cc00aa] bg-[#cc00aa]"
/* SCSS */
$brand: #cc00aa;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.667)
/* Android */
Color.parseColor("#cc00aa")Accessibility — WCAG contrast
Aa
#cc00aa on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc00aa on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow16.7%
Key (black)20.0%
Color previews
#cc00aa text on a black background
contrast 4.15:1
Card sample
#cc00aa text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc00aa;
Background color
Panel with #cc00aa background
background-color: #cc00aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc00aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc00aa; background: linear-gradient(135deg, #cc00aa, #CC0022);