#df522d
a balanced, vivid red · warm · closest name: tomato
RGB
223, 82, 45
HSL
13°, 74%, 53%
CMYK
0, 63, 80, 13
Luminance
0.2191
Every format
| HEX | #df522d |
| RGB | rgb(223, 82, 45) |
| HSL | hsl(13, 74%, 53%) |
| CMYK | cmyk(0%, 63%, 80%, 13%) |
| LAB | lab(53.9 53.2 49.3) |
| LCH | lch(53.9 72.6 42.8) |
| OKLCH | oklch(0.623 0.183 35.4) |
Copy-ready code
/* CSS */
color: #df522d;
background-color: #df522d;
/* Tailwind (arbitrary) */
class="text-[#df522d] bg-[#df522d]"
/* SCSS */
$brand: #df522d;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.176)
/* Android */
Color.parseColor("#df522d")Accessibility — WCAG contrast
Aa
#df522d on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df522d on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow79.8%
Key (black)12.5%
Color previews
#df522d text on a black background
contrast 5.38:1
Card sample
#df522d text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df522d;
Background color
Panel with #df522d background
background-color: #df522d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df522d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df522d; background: linear-gradient(135deg, #df522d, #DFC92D);