#df053c
a dark, electric magenta / pink · warm · “crimson”
RGB
223, 5, 60
HSL
345°, 96%, 45%
CMYK
0, 98, 73, 13
Luminance
0.1612
Every format
| HEX | #df053c |
| RGB | rgb(223, 5, 60) |
| HSL | hsl(345, 96%, 45%) |
| CMYK | cmyk(0%, 98%, 73%, 13%) |
| LAB | lab(47.1 73.1 33.9) |
| LCH | lch(47.1 80.6 24.9) |
| OKLCH | oklch(0.573 0.228 19.6) |
Copy-ready code
/* CSS */
color: #df053c;
background-color: #df053c;
/* Tailwind (arbitrary) */
class="text-[#df053c] bg-[#df053c]"
/* SCSS */
$brand: #df053c;
/* SwiftUI */
Color(red: 0.875, green: 0.020, blue: 0.235)
/* Android */
Color.parseColor("#df053c")Accessibility — WCAG contrast
Aa
#df053c on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df053c on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta97.8%
Yellow73.1%
Key (black)12.5%
Color previews
#df053c text on a black background
contrast 4.22:1
Card sample
#df053c text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df053c;
Background color
Panel with #df053c background
background-color: #df053c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df053c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 5, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 5, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df053c; background: linear-gradient(135deg, #df053c, #DF5F05);