#df2b1c
a balanced, electric red · warm · closest name: tomato
RGB
223, 43, 28
HSL
5°, 78%, 49%
CMYK
0, 81, 87, 13
Luminance
0.1750
Every format
| HEX | #df2b1c |
| RGB | rgb(223, 43, 28) |
| HSL | hsl(5, 78%, 49%) |
| CMYK | cmyk(0%, 81%, 87%, 13%) |
| LAB | lab(48.9 66.3 52.7) |
| LCH | lch(48.9 84.8 38.5) |
| OKLCH | oklch(0.585 0.216 29.8) |
Copy-ready code
/* CSS */
color: #df2b1c;
background-color: #df2b1c;
/* Tailwind (arbitrary) */
class="text-[#df2b1c] bg-[#df2b1c]"
/* SCSS */
$brand: #df2b1c;
/* SwiftUI */
Color(red: 0.875, green: 0.169, blue: 0.110)
/* Android */
Color.parseColor("#df2b1c")Accessibility — WCAG contrast
Aa
#df2b1c on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2b1c on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow87.4%
Key (black)12.5%
Color previews
#df2b1c text on a black background
contrast 4.50:1
Card sample
#df2b1c text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2b1c;
Background color
Panel with #df2b1c background
background-color: #df2b1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2b1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 43, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 43, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2b1c; background: linear-gradient(135deg, #df2b1c, #DFAD1C);