#df402d
a balanced, vivid red · warm · closest name: tomato
RGB
223, 64, 45
HSL
6°, 74%, 53%
CMYK
0, 71, 80, 13
Luminance
0.1954
Every format
| HEX | #df402d |
| RGB | rgb(223, 64, 45) |
| HSL | hsl(6, 74%, 53%) |
| CMYK | cmyk(0%, 71%, 80%, 13%) |
| LAB | lab(51.3 60.3 46.8) |
| LCH | lch(51.3 76.3 37.8) |
| OKLCH | oklch(0.604 0.199 30.4) |
Copy-ready code
/* CSS */
color: #df402d;
background-color: #df402d;
/* Tailwind (arbitrary) */
class="text-[#df402d] bg-[#df402d]"
/* SCSS */
$brand: #df402d;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.176)
/* Android */
Color.parseColor("#df402d")Accessibility — WCAG contrast
Aa
#df402d on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df402d on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow79.8%
Key (black)12.5%
Color previews
#df402d text on a black background
contrast 4.91:1
Card sample
#df402d text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df402d;
Background color
Panel with #df402d background
background-color: #df402d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df402d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df402d; background: linear-gradient(135deg, #df402d, #DFB72D);