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