#df4b2a
a balanced, vivid red · warm · closest name: tomato
RGB
223, 75, 42
HSL
11°, 74%, 52%
CMYK
0, 66, 81, 13
Luminance
0.2089
Every format
| HEX | #df4b2a |
| RGB | rgb(223, 75, 42) |
| HSL | hsl(11, 74%, 52%) |
| CMYK | cmyk(0%, 66%, 81%, 13%) |
| LAB | lab(52.8 56.0 49.7) |
| LCH | lch(52.8 74.9 41.6) |
| OKLCH | oklch(0.615 0.190 34.0) |
Copy-ready code
/* CSS */
color: #df4b2a;
background-color: #df4b2a;
/* Tailwind (arbitrary) */
class="text-[#df4b2a] bg-[#df4b2a]"
/* SCSS */
$brand: #df4b2a;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.165)
/* Android */
Color.parseColor("#df4b2a")Accessibility — WCAG contrast
Aa
#df4b2a on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4b2a on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow81.2%
Key (black)12.5%
Color previews
#df4b2a text on a black background
contrast 5.18:1
Card sample
#df4b2a text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4b2a;
Background color
Panel with #df4b2a background
background-color: #df4b2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4b2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4b2a; background: linear-gradient(135deg, #df4b2a, #DFC42A);