#cd008f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 0, 143
HSL
318°, 100%, 40%
CMYK
0, 100, 30, 20
Luminance
0.1496
Every format
| HEX | #cd008f |
| RGB | rgb(205, 0, 143) |
| HSL | hsl(318, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 30%, 20%) |
| LAB | lab(45.6 75.5 -19.9) |
| LCH | lch(45.6 78.1 345.2) |
| OKLCH | oklch(0.563 0.237 347.2) |
Copy-ready code
/* CSS */
color: #cd008f;
background-color: #cd008f;
/* Tailwind (arbitrary) */
class="text-[#cd008f] bg-[#cd008f]"
/* SCSS */
$brand: #cd008f;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#cd008f")Accessibility — WCAG contrast
Aa
#cd008f on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd008f on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow30.2%
Key (black)19.6%
Color previews
#cd008f text on a black background
contrast 3.99:1
Card sample
#cd008f text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd008f;
Background color
Panel with #cd008f background
background-color: #cd008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd008f; background: linear-gradient(135deg, #cd008f, #CD0006);