#df441d
a balanced, electric red · warm · closest name: tomato
RGB
223, 68, 29
HSL
12°, 77%, 49%
CMYK
0, 70, 87, 13
Luminance
0.1991
Every format
| HEX | #df441d |
| RGB | rgb(223, 68, 29) |
| HSL | hsl(12, 77%, 49%) |
| CMYK | cmyk(0%, 70%, 87%, 13%) |
| LAB | lab(51.7 58.5 54.5) |
| LCH | lch(51.7 80.0 43.0) |
| OKLCH | oklch(0.606 0.198 34.5) |
Copy-ready code
/* CSS */
color: #df441d;
background-color: #df441d;
/* Tailwind (arbitrary) */
class="text-[#df441d] bg-[#df441d]"
/* SCSS */
$brand: #df441d;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.114)
/* Android */
Color.parseColor("#df441d")Accessibility — WCAG contrast
Aa
#df441d on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df441d on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow87.0%
Key (black)12.5%
Color previews
#df441d text on a black background
contrast 4.98:1
Card sample
#df441d text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df441d;
Background color
Panel with #df441d background
background-color: #df441d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df441d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df441d; background: linear-gradient(135deg, #df441d, #DFC51D);