#cc0083
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 0, 131
HSL
322°, 100%, 40%
CMYK
0, 100, 36, 20
Luminance
0.1448
Every format
| HEX | #cc0083 |
| RGB | rgb(204, 0, 131) |
| HSL | hsl(322, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 36%, 20%) |
| LAB | lab(44.9 74.0 -13.6) |
| LCH | lch(44.9 75.3 349.6) |
| OKLCH | oklch(0.556 0.231 351.2) |
Copy-ready code
/* CSS */
color: #cc0083;
background-color: #cc0083;
/* Tailwind (arbitrary) */
class="text-[#cc0083] bg-[#cc0083]"
/* SCSS */
$brand: #cc0083;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.514)
/* Android */
Color.parseColor("#cc0083")Accessibility — WCAG contrast
Aa
#cc0083 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0083 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow35.8%
Key (black)20.0%
Color previews
#cc0083 text on a black background
contrast 3.90:1
Card sample
#cc0083 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0083;
Background color
Panel with #cc0083 background
background-color: #cc0083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0083; background: linear-gradient(135deg, #cc0083, #CC0500);