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