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