#df412e
a balanced, vivid red · warm · closest name: tomato
RGB
223, 65, 46
HSL
6°, 73%, 53%
CMYK
0, 71, 79, 13
Luminance
0.1967
Every format
| HEX | #df412e |
| RGB | rgb(223, 65, 46) |
| HSL | hsl(6, 73%, 53%) |
| CMYK | cmyk(0%, 71%, 79%, 13%) |
| LAB | lab(51.5 60.0 46.4) |
| LCH | lch(51.5 75.8 37.7) |
| OKLCH | oklch(0.605 0.198 30.4) |
Copy-ready code
/* CSS */
color: #df412e;
background-color: #df412e;
/* Tailwind (arbitrary) */
class="text-[#df412e] bg-[#df412e]"
/* SCSS */
$brand: #df412e;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.180)
/* Android */
Color.parseColor("#df412e")Accessibility — WCAG contrast
Aa
#df412e on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df412e on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow79.4%
Key (black)12.5%
Color previews
#df412e text on a black background
contrast 4.93:1
Card sample
#df412e text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df412e;
Background color
Panel with #df412e background
background-color: #df412e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df412e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df412e; background: linear-gradient(135deg, #df412e, #DFB72E);