#df3f2e
a balanced, vivid red · warm · closest name: tomato
RGB
223, 63, 46
HSL
6°, 73%, 53%
CMYK
0, 72, 79, 13
Luminance
0.1944
Every format
| HEX | #df3f2e |
| RGB | rgb(223, 63, 46) |
| HSL | hsl(6, 73%, 53%) |
| CMYK | cmyk(0%, 72%, 79%, 13%) |
| LAB | lab(51.2 60.7 46.1) |
| LCH | lch(51.2 76.2 37.2) |
| OKLCH | oklch(0.603 0.199 30.0) |
Copy-ready code
/* CSS */
color: #df3f2e;
background-color: #df3f2e;
/* Tailwind (arbitrary) */
class="text-[#df3f2e] bg-[#df3f2e]"
/* SCSS */
$brand: #df3f2e;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.180)
/* Android */
Color.parseColor("#df3f2e")Accessibility — WCAG contrast
Aa
#df3f2e on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f2e on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow79.4%
Key (black)12.5%
Color previews
#df3f2e text on a black background
contrast 4.89:1
Card sample
#df3f2e text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f2e;
Background color
Panel with #df3f2e background
background-color: #df3f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f2e; background: linear-gradient(135deg, #df3f2e, #DFB52E);