#df424c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 66, 76
HSL
356°, 71%, 57%
CMYK
0, 70, 66, 13
Luminance
0.2011
Every format
| HEX | #df424c |
| RGB | rgb(223, 66, 76) |
| HSL | hsl(356, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 66%, 13%) |
| LAB | lab(52.0 60.9 30.2) |
| LCH | lch(52.0 68.0 26.4) |
| OKLCH | oklch(0.610 0.193 21.7) |
Copy-ready code
/* CSS */
color: #df424c;
background-color: #df424c;
/* Tailwind (arbitrary) */
class="text-[#df424c] bg-[#df424c]"
/* SCSS */
$brand: #df424c;
/* SwiftUI */
Color(red: 0.875, green: 0.259, blue: 0.298)
/* Android */
Color.parseColor("#df424c")Accessibility — WCAG contrast
Aa
#df424c on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df424c on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.9%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow65.9%
Key (black)12.5%
Color previews
#df424c text on a black background
contrast 5.02:1
Card sample
#df424c text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df424c;
Background color
Panel with #df424c background
background-color: #df424c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df424c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 66, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 66, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df424c; background: linear-gradient(135deg, #df424c, #DFA142);