#cd007f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 0, 127
HSL
323°, 100%, 40%
CMYK
0, 100, 38, 20
Luminance
0.1451
Every format
| HEX | #cd007f |
| RGB | rgb(205, 0, 127) |
| HSL | hsl(323, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 38%, 20%) |
| LAB | lab(45.0 73.9 -11.1) |
| LCH | lch(45.0 74.7 351.5) |
| OKLCH | oklch(0.556 0.230 352.9) |
Copy-ready code
/* CSS */
color: #cd007f;
background-color: #cd007f;
/* Tailwind (arbitrary) */
class="text-[#cd007f] bg-[#cd007f]"
/* SCSS */
$brand: #cd007f;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#cd007f")Accessibility — WCAG contrast
Aa
#cd007f on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd007f on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow38.0%
Key (black)19.6%
Color previews
#cd007f text on a black background
contrast 3.90:1
Card sample
#cd007f text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd007f;
Background color
Panel with #cd007f background
background-color: #cd007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd007f; background: linear-gradient(135deg, #cd007f, #CD0A00);