#cd047f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 4, 127
HSL
323°, 96%, 41%
CMYK
0, 98, 38, 20
Luminance
0.1460
Every format
| HEX | #cd047f |
| RGB | rgb(205, 4, 127) |
| HSL | hsl(323, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 38%, 20%) |
| LAB | lab(45.1 73.5 -10.9) |
| LCH | lch(45.1 74.3 351.6) |
| OKLCH | oklch(0.557 0.229 353.0) |
Copy-ready code
/* CSS */
color: #cd047f;
background-color: #cd047f;
/* Tailwind (arbitrary) */
class="text-[#cd047f] bg-[#cd047f]"
/* SCSS */
$brand: #cd047f;
/* SwiftUI */
Color(red: 0.804, green: 0.016, blue: 0.498)
/* Android */
Color.parseColor("#cd047f")Accessibility — WCAG contrast
Aa
#cd047f on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd047f on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green1.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow38.0%
Key (black)19.6%
Color previews
#cd047f text on a black background
contrast 3.92:1
Card sample
#cd047f text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd047f;
Background color
Panel with #cd047f background
background-color: #cd047f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd047f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 4, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 4, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd047f; background: linear-gradient(135deg, #cd047f, #CD0F04);