#cd0f83
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 15, 131
HSL
323°, 86%, 43%
CMYK
0, 93, 36, 20
Luminance
0.1496
Every format
| HEX | #cd0f83 |
| RGB | rgb(205, 15, 131) |
| HSL | hsl(323, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 36%, 20%) |
| LAB | lab(45.6 72.9 -12.6) |
| LCH | lch(45.6 74.0 350.2) |
| OKLCH | oklch(0.561 0.227 351.7) |
Copy-ready code
/* CSS */
color: #cd0f83;
background-color: #cd0f83;
/* Tailwind (arbitrary) */
class="text-[#cd0f83] bg-[#cd0f83]"
/* SCSS */
$brand: #cd0f83;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.514)
/* Android */
Color.parseColor("#cd0f83")Accessibility — WCAG contrast
Aa
#cd0f83 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0f83 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow36.1%
Key (black)19.6%
Color previews
#cd0f83 text on a black background
contrast 3.99:1
Card sample
#cd0f83 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0f83;
Background color
Panel with #cd0f83 background
background-color: #cd0f83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0f83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0f83; background: linear-gradient(135deg, #cd0f83, #CD1A0F);