#df5035
a balanced, vivid red · warm · closest name: tomato
RGB
223, 80, 53
HSL
10°, 73%, 54%
CMYK
0, 64, 76, 13
Luminance
0.2168
Every format
| HEX | #df5035 |
| RGB | rgb(223, 80, 53) |
| HSL | hsl(10, 73%, 54%) |
| CMYK | cmyk(0%, 64%, 76%, 13%) |
| LAB | lab(53.7 54.4 45.1) |
| LCH | lch(53.7 70.6 39.7) |
| OKLCH | oklch(0.622 0.183 32.8) |
Copy-ready code
/* CSS */
color: #df5035;
background-color: #df5035;
/* Tailwind (arbitrary) */
class="text-[#df5035] bg-[#df5035]"
/* SCSS */
$brand: #df5035;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.208)
/* Android */
Color.parseColor("#df5035")Accessibility — WCAG contrast
Aa
#df5035 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5035 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow76.2%
Key (black)12.5%
Color previews
#df5035 text on a black background
contrast 5.34:1
Card sample
#df5035 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5035;
Background color
Panel with #df5035 background
background-color: #df5035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5035; background: linear-gradient(135deg, #df5035, #DFC135);