#cc0088
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 0, 136
HSL
320°, 100%, 40%
CMYK
0, 100, 33, 20
Luminance
0.1461
Every format
| HEX | #cc0088 |
| RGB | rgb(204, 0, 136) |
| HSL | hsl(320, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 33%, 20%) |
| LAB | lab(45.1 74.5 -16.4) |
| LCH | lch(45.1 76.3 347.6) |
| OKLCH | oklch(0.558 0.233 349.4) |
Copy-ready code
/* CSS */
color: #cc0088;
background-color: #cc0088;
/* Tailwind (arbitrary) */
class="text-[#cc0088] bg-[#cc0088]"
/* SCSS */
$brand: #cc0088;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#cc0088")Accessibility — WCAG contrast
Aa
#cc0088 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0088 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow33.3%
Key (black)20.0%
Color previews
#cc0088 text on a black background
contrast 3.92:1
Card sample
#cc0088 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0088;
Background color
Panel with #cc0088 background
background-color: #cc0088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0088; background: linear-gradient(135deg, #cc0088, #CC0000);