#df1d52
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 29, 82
HSL
344°, 77%, 49%
CMYK
0, 87, 63, 13
Luminance
0.1718
Every format
| HEX | #df1d52 |
| RGB | rgb(223, 29, 82) |
| HSL | hsl(344, 77%, 49%) |
| CMYK | cmyk(0%, 87%, 63%, 13%) |
| LAB | lab(48.5 71.3 22.2) |
| LCH | lch(48.5 74.7 17.3) |
| OKLCH | oklch(0.584 0.221 14.1) |
Copy-ready code
/* CSS */
color: #df1d52;
background-color: #df1d52;
/* Tailwind (arbitrary) */
class="text-[#df1d52] bg-[#df1d52]"
/* SCSS */
$brand: #df1d52;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 0.322)
/* Android */
Color.parseColor("#df1d52")Accessibility — WCAG contrast
Aa
#df1d52 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1d52 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.4%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow63.2%
Key (black)12.5%
Color previews
#df1d52 text on a black background
contrast 4.44:1
Card sample
#df1d52 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1d52;
Background color
Panel with #df1d52 background
background-color: #df1d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 29, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1d52; background: linear-gradient(135deg, #df1d52, #DF691D);