#df4921
a balanced, vivid red · warm · closest name: tomato
RGB
223, 73, 33
HSL
13°, 75%, 50%
CMYK
0, 67, 85, 13
Luminance
0.2056
Every format
| HEX | #df4921 |
| RGB | rgb(223, 73, 33) |
| HSL | hsl(13, 75%, 50%) |
| CMYK | cmyk(0%, 67%, 85%, 13%) |
| LAB | lab(52.5 56.6 53.5) |
| LCH | lch(52.5 77.9 43.4) |
| OKLCH | oklch(0.612 0.193 35.2) |
Copy-ready code
/* CSS */
color: #df4921;
background-color: #df4921;
/* Tailwind (arbitrary) */
class="text-[#df4921] bg-[#df4921]"
/* SCSS */
$brand: #df4921;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#df4921")Accessibility — WCAG contrast
Aa
#df4921 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4921 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow85.2%
Key (black)12.5%
Color previews
#df4921 text on a black background
contrast 5.11:1
Card sample
#df4921 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4921;
Background color
Panel with #df4921 background
background-color: #df4921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4921; background: linear-gradient(135deg, #df4921, #DFC821);