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