#cd1570
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 21, 112
HSL
330°, 81%, 44%
CMYK
0, 90, 45, 20
Luminance
0.1469
Every format
| HEX | #cd1570 |
| RGB | rgb(205, 21, 112) |
| HSL | hsl(330, 81%, 44%) |
| CMYK | cmyk(0%, 90%, 45%, 20%) |
| LAB | lab(45.2 70.3 -1.5) |
| LCH | lch(45.2 70.4 358.8) |
| OKLCH | oklch(0.556 0.217 359.2) |
Copy-ready code
/* CSS */
color: #cd1570;
background-color: #cd1570;
/* Tailwind (arbitrary) */
class="text-[#cd1570] bg-[#cd1570]"
/* SCSS */
$brand: #cd1570;
/* SwiftUI */
Color(red: 0.804, green: 0.082, blue: 0.439)
/* Android */
Color.parseColor("#cd1570")Accessibility — WCAG contrast
Aa
#cd1570 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1570 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green8.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow45.4%
Key (black)19.6%
Color previews
#cd1570 text on a black background
contrast 3.94:1
Card sample
#cd1570 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1570;
Background color
Panel with #cd1570 background
background-color: #cd1570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 21, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 21, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1570; background: linear-gradient(135deg, #cd1570, #CD3515);