#df482d
a balanced, vivid red · warm · closest name: tomato
RGB
223, 72, 45
HSL
9°, 74%, 53%
CMYK
0, 68, 80, 13
Luminance
0.2051
Every format
| HEX | #df482d |
| RGB | rgb(223, 72, 45) |
| HSL | hsl(9, 74%, 53%) |
| CMYK | cmyk(0%, 68%, 80%, 13%) |
| LAB | lab(52.4 57.3 47.8) |
| LCH | lch(52.4 74.7 39.8) |
| OKLCH | oklch(0.612 0.192 32.5) |
Copy-ready code
/* CSS */
color: #df482d;
background-color: #df482d;
/* Tailwind (arbitrary) */
class="text-[#df482d] bg-[#df482d]"
/* SCSS */
$brand: #df482d;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.176)
/* Android */
Color.parseColor("#df482d")Accessibility — WCAG contrast
Aa
#df482d on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df482d on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow79.8%
Key (black)12.5%
Color previews
#df482d text on a black background
contrast 5.10:1
Card sample
#df482d text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df482d;
Background color
Panel with #df482d background
background-color: #df482d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df482d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df482d; background: linear-gradient(135deg, #df482d, #DFBF2D);