#df4428
a balanced, vivid red · warm · closest name: tomato
RGB
223, 68, 40
HSL
9°, 74%, 52%
CMYK
0, 70, 82, 13
Luminance
0.1998
Every format
| HEX | #df4428 |
| RGB | rgb(223, 68, 40) |
| HSL | hsl(9, 74%, 52%) |
| CMYK | cmyk(0%, 70%, 82%, 13%) |
| LAB | lab(51.8 58.7 49.7) |
| LCH | lch(51.8 76.9 40.3) |
| OKLCH | oklch(0.607 0.196 32.5) |
Copy-ready code
/* CSS */
color: #df4428;
background-color: #df4428;
/* Tailwind (arbitrary) */
class="text-[#df4428] bg-[#df4428]"
/* SCSS */
$brand: #df4428;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.157)
/* Android */
Color.parseColor("#df4428")Accessibility — WCAG contrast
Aa
#df4428 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4428 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow82.1%
Key (black)12.5%
Color previews
#df4428 text on a black background
contrast 5.00:1
Card sample
#df4428 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4428;
Background color
Panel with #df4428 background
background-color: #df4428;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4428;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4428; background: linear-gradient(135deg, #df4428, #DFBE28);