#df413e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 65, 62
HSL
1°, 72%, 56%
CMYK
0, 71, 72, 13
Luminance
0.1982
Every format
| HEX | #df413e |
| RGB | rgb(223, 65, 62) |
| HSL | hsl(1, 72%, 56%) |
| CMYK | cmyk(0%, 71%, 72%, 13%) |
| LAB | lab(51.6 60.6 37.9) |
| LCH | lch(51.6 71.5 32.0) |
| OKLCH | oklch(0.606 0.196 26.1) |
Copy-ready code
/* CSS */
color: #df413e;
background-color: #df413e;
/* Tailwind (arbitrary) */
class="text-[#df413e] bg-[#df413e]"
/* SCSS */
$brand: #df413e;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.243)
/* Android */
Color.parseColor("#df413e")Accessibility — WCAG contrast
Aa
#df413e on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df413e on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow72.2%
Key (black)12.5%
Color previews
#df413e text on a black background
contrast 4.96:1
Card sample
#df413e text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df413e;
Background color
Panel with #df413e background
background-color: #df413e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df413e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df413e; background: linear-gradient(135deg, #df413e, #DFAC3E);