#cd0f7f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 15, 127
HSL
325°, 86%, 43%
CMYK
0, 93, 38, 20
Luminance
0.1485
Every format
| HEX | #cd0f7f |
| RGB | rgb(205, 15, 127) |
| HSL | hsl(325, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 38%, 20%) |
| LAB | lab(45.4 72.5 -10.4) |
| LCH | lch(45.4 73.2 351.9) |
| OKLCH | oklch(0.559 0.225 353.2) |
Copy-ready code
/* CSS */
color: #cd0f7f;
background-color: #cd0f7f;
/* Tailwind (arbitrary) */
class="text-[#cd0f7f] bg-[#cd0f7f]"
/* SCSS */
$brand: #cd0f7f;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.498)
/* Android */
Color.parseColor("#cd0f7f")Accessibility — WCAG contrast
Aa
#cd0f7f on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0f7f on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow38.0%
Key (black)19.6%
Color previews
#cd0f7f text on a black background
contrast 3.97:1
Card sample
#cd0f7f text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0f7f;
Background color
Panel with #cd0f7f background
background-color: #cd0f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0f7f; background: linear-gradient(135deg, #cd0f7f, #CD1E0F);