#cd0f73
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 15, 115
HSL
328°, 86%, 43%
CMYK
0, 93, 44, 20
Luminance
0.1456
Every format
| HEX | #cd0f73 |
| RGB | rgb(205, 15, 115) |
| HSL | hsl(328, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 44%, 20%) |
| LAB | lab(45.0 71.4 -3.6) |
| LCH | lch(45.0 71.5 357.1) |
| OKLCH | oklch(0.555 0.221 357.8) |
Copy-ready code
/* CSS */
color: #cd0f73;
background-color: #cd0f73;
/* Tailwind (arbitrary) */
class="text-[#cd0f73] bg-[#cd0f73]"
/* SCSS */
$brand: #cd0f73;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.451)
/* Android */
Color.parseColor("#cd0f73")Accessibility — WCAG contrast
Aa
#cd0f73 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0f73 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow43.9%
Key (black)19.6%
Color previews
#cd0f73 text on a black background
contrast 3.91:1
Card sample
#cd0f73 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0f73;
Background color
Panel with #cd0f73 background
background-color: #cd0f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0f73; background: linear-gradient(135deg, #cd0f73, #CD2A0F);