#df5d41
a balanced, vivid red · warm · closest name: tomato
RGB
223, 93, 65
HSL
11°, 71%, 57%
CMYK
0, 58, 71, 13
Luminance
0.2390
Every format
| HEX | #df5d41 |
| RGB | rgb(223, 93, 65) |
| HSL | hsl(11, 71%, 57%) |
| CMYK | cmyk(0%, 58%, 71%, 13%) |
| LAB | lab(56.0 49.1 41.2) |
| LCH | lch(56.0 64.1 40.0) |
| OKLCH | oklch(0.639 0.169 33.8) |
Copy-ready code
/* CSS */
color: #df5d41;
background-color: #df5d41;
/* Tailwind (arbitrary) */
class="text-[#df5d41] bg-[#df5d41]"
/* SCSS */
$brand: #df5d41;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.255)
/* Android */
Color.parseColor("#df5d41")Accessibility — WCAG contrast
Aa
#df5d41 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d41 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow70.9%
Key (black)12.5%
Color previews
#df5d41 text on a black background
contrast 5.78:1
Card sample
#df5d41 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d41;
Background color
Panel with #df5d41 background
background-color: #df5d41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d41; background: linear-gradient(135deg, #df5d41, #DFC641);