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