#df4c2f
a balanced, vivid red · warm · closest name: tomato
RGB
223, 76, 47
HSL
10°, 73%, 53%
CMYK
0, 66, 79, 13
Luminance
0.2106
Every format
| HEX | #df4c2f |
| RGB | rgb(223, 76, 47) |
| HSL | hsl(10, 73%, 53%) |
| CMYK | cmyk(0%, 66%, 79%, 13%) |
| LAB | lab(53.0 55.8 47.4) |
| LCH | lch(53.0 73.2 40.4) |
| OKLCH | oklch(0.616 0.188 33.1) |
Copy-ready code
/* CSS */
color: #df4c2f;
background-color: #df4c2f;
/* Tailwind (arbitrary) */
class="text-[#df4c2f] bg-[#df4c2f]"
/* SCSS */
$brand: #df4c2f;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#df4c2f")Accessibility — WCAG contrast
Aa
#df4c2f on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c2f on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow78.9%
Key (black)12.5%
Color previews
#df4c2f text on a black background
contrast 5.21:1
Card sample
#df4c2f text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c2f;
Background color
Panel with #df4c2f background
background-color: #df4c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c2f; background: linear-gradient(135deg, #df4c2f, #DFC12F);