#df5337
a balanced, vivid red · warm · closest name: tomato
RGB
223, 83, 55
HSL
10°, 72%, 55%
CMYK
0, 63, 75, 13
Luminance
0.2215
Every format
| HEX | #df5337 |
| RGB | rgb(223, 83, 55) |
| HSL | hsl(10, 72%, 55%) |
| CMYK | cmyk(0%, 63%, 75%, 13%) |
| LAB | lab(54.2 53.1 44.5) |
| LCH | lch(54.2 69.3 40.0) |
| OKLCH | oklch(0.625 0.180 33.2) |
Copy-ready code
/* CSS */
color: #df5337;
background-color: #df5337;
/* Tailwind (arbitrary) */
class="text-[#df5337] bg-[#df5337]"
/* SCSS */
$brand: #df5337;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.216)
/* Android */
Color.parseColor("#df5337")Accessibility — WCAG contrast
Aa
#df5337 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5337 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow75.3%
Key (black)12.5%
Color previews
#df5337 text on a black background
contrast 5.43:1
Card sample
#df5337 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5337;
Background color
Panel with #df5337 background
background-color: #df5337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5337; background: linear-gradient(135deg, #df5337, #DFC337);