#df5d32
a balanced, vivid red · warm · closest name: tomato
RGB
223, 93, 50
HSL
15°, 73%, 54%
CMYK
0, 58, 78, 13
Luminance
0.2375
Every format
| HEX | #df5d32 |
| RGB | rgb(223, 93, 50) |
| HSL | hsl(15, 73%, 54%) |
| CMYK | cmyk(0%, 58%, 78%, 13%) |
| LAB | lab(55.8 48.5 48.8) |
| LCH | lch(55.8 68.8 45.2) |
| OKLCH | oklch(0.638 0.172 38.2) |
Copy-ready code
/* CSS */
color: #df5d32;
background-color: #df5d32;
/* Tailwind (arbitrary) */
class="text-[#df5d32] bg-[#df5d32]"
/* SCSS */
$brand: #df5d32;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.196)
/* Android */
Color.parseColor("#df5d32")Accessibility — WCAG contrast
Aa
#df5d32 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d32 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow77.6%
Key (black)12.5%
Color previews
#df5d32 text on a black background
contrast 5.75:1
Card sample
#df5d32 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d32;
Background color
Panel with #df5d32 background
background-color: #df5d32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d32; background: linear-gradient(135deg, #df5d32, #DFD032);