#df552e
a balanced, vivid red · warm · closest name: tomato
RGB
223, 85, 46
HSL
13°, 73%, 53%
CMYK
0, 62, 79, 13
Luminance
0.2238
Every format
| HEX | #df552e |
| RGB | rgb(223, 85, 46) |
| HSL | hsl(13, 73%, 53%) |
| CMYK | cmyk(0%, 62%, 79%, 13%) |
| LAB | lab(54.4 52.0 49.3) |
| LCH | lch(54.4 71.6 43.5) |
| OKLCH | oklch(0.627 0.180 36.2) |
Copy-ready code
/* CSS */
color: #df552e;
background-color: #df552e;
/* Tailwind (arbitrary) */
class="text-[#df552e] bg-[#df552e]"
/* SCSS */
$brand: #df552e;
/* SwiftUI */
Color(red: 0.875, green: 0.333, blue: 0.180)
/* Android */
Color.parseColor("#df552e")Accessibility — WCAG contrast
Aa
#df552e on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df552e on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green33.3%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow79.4%
Key (black)12.5%
Color previews
#df552e text on a black background
contrast 5.48:1
Card sample
#df552e text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df552e;
Background color
Panel with #df552e background
background-color: #df552e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df552e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 85, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 85, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df552e; background: linear-gradient(135deg, #df552e, #DFCB2E);