#df3f2b
a balanced, vivid red · warm · closest name: tomato
RGB
223, 63, 43
HSL
7°, 74%, 52%
CMYK
0, 72, 81, 13
Luminance
0.1942
Every format
| HEX | #df3f2b |
| RGB | rgb(223, 63, 43) |
| HSL | hsl(7, 74%, 52%) |
| CMYK | cmyk(0%, 72%, 81%, 13%) |
| LAB | lab(51.2 60.6 47.6) |
| LCH | lch(51.2 77.1 38.2) |
| OKLCH | oklch(0.602 0.200 30.7) |
Copy-ready code
/* CSS */
color: #df3f2b;
background-color: #df3f2b;
/* Tailwind (arbitrary) */
class="text-[#df3f2b] bg-[#df3f2b]"
/* SCSS */
$brand: #df3f2b;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.169)
/* Android */
Color.parseColor("#df3f2b")Accessibility — WCAG contrast
Aa
#df3f2b on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f2b on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow80.7%
Key (black)12.5%
Color previews
#df3f2b text on a black background
contrast 4.88:1
Card sample
#df3f2b text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f2b;
Background color
Panel with #df3f2b background
background-color: #df3f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f2b; background: linear-gradient(135deg, #df3f2b, #DFB72B);