#cd006f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 0, 111
HSL
328°, 100%, 40%
CMYK
0, 100, 46, 20
Luminance
0.1413
Every format
| HEX | #cd006f |
| RGB | rgb(205, 0, 111) |
| HSL | hsl(328, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 46%, 20%) |
| LAB | lab(44.4 72.5 -2.0) |
| LCH | lch(44.4 72.5 358.4) |
| OKLCH | oklch(0.550 0.224 358.9) |
Copy-ready code
/* CSS */
color: #cd006f;
background-color: #cd006f;
/* Tailwind (arbitrary) */
class="text-[#cd006f] bg-[#cd006f]"
/* SCSS */
$brand: #cd006f;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#cd006f")Accessibility — WCAG contrast
Aa
#cd006f on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd006f on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow45.9%
Key (black)19.6%
Color previews
#cd006f text on a black background
contrast 3.83:1
Card sample
#cd006f text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd006f;
Background color
Panel with #cd006f background
background-color: #cd006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd006f; background: linear-gradient(135deg, #cd006f, #CD1A00);