#df3b2e
a balanced, vivid red · warm · closest name: tomato
RGB
223, 59, 46
HSL
4°, 73%, 53%
CMYK
0, 74, 79, 13
Luminance
0.1901
Every format
| HEX | #df3b2e |
| RGB | rgb(223, 59, 46) |
| HSL | hsl(4, 73%, 53%) |
| CMYK | cmyk(0%, 74%, 79%, 13%) |
| LAB | lab(50.7 62.1 45.6) |
| LCH | lch(50.7 77.0 36.3) |
| OKLCH | oklch(0.599 0.203 29.1) |
Copy-ready code
/* CSS */
color: #df3b2e;
background-color: #df3b2e;
/* Tailwind (arbitrary) */
class="text-[#df3b2e] bg-[#df3b2e]"
/* SCSS */
$brand: #df3b2e;
/* SwiftUI */
Color(red: 0.875, green: 0.231, blue: 0.180)
/* Android */
Color.parseColor("#df3b2e")Accessibility — WCAG contrast
Aa
#df3b2e on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3b2e on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.1%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow79.4%
Key (black)12.5%
Color previews
#df3b2e text on a black background
contrast 4.80:1
Card sample
#df3b2e text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3b2e;
Background color
Panel with #df3b2e background
background-color: #df3b2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3b2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 59, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 59, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3b2e; background: linear-gradient(135deg, #df3b2e, #DFB12E);