#df4c21
a balanced, vivid red · warm · closest name: tomato
RGB
223, 76, 33
HSL
14°, 75%, 50%
CMYK
0, 66, 85, 13
Luminance
0.2097
Every format
| HEX | #df4c21 |
| RGB | rgb(223, 76, 33) |
| HSL | hsl(14, 75%, 50%) |
| CMYK | cmyk(0%, 66%, 85%, 13%) |
| LAB | lab(52.9 55.4 53.9) |
| LCH | lch(52.9 77.3 44.2) |
| OKLCH | oklch(0.615 0.191 36.0) |
Copy-ready code
/* CSS */
color: #df4c21;
background-color: #df4c21;
/* Tailwind (arbitrary) */
class="text-[#df4c21] bg-[#df4c21]"
/* SCSS */
$brand: #df4c21;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#df4c21")Accessibility — WCAG contrast
Aa
#df4c21 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c21 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow85.2%
Key (black)12.5%
Color previews
#df4c21 text on a black background
contrast 5.19:1
Card sample
#df4c21 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c21;
Background color
Panel with #df4c21 background
background-color: #df4c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c21; background: linear-gradient(135deg, #df4c21, #DFCB21);