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