#df5b2d
a balanced, vivid orange · warm · closest name: tomato
RGB
223, 91, 45
HSL
16°, 74%, 53%
CMYK
0, 59, 80, 13
Luminance
0.2336
Every format
| HEX | #df5b2d |
| RGB | rgb(223, 91, 45) |
| HSL | hsl(16, 74%, 53%) |
| CMYK | cmyk(0%, 59%, 80%, 13%) |
| LAB | lab(55.5 49.2 50.8) |
| LCH | lch(55.5 70.7 45.9) |
| OKLCH | oklch(0.634 0.175 38.6) |
Copy-ready code
/* CSS */
color: #df5b2d;
background-color: #df5b2d;
/* Tailwind (arbitrary) */
class="text-[#df5b2d] bg-[#df5b2d]"
/* SCSS */
$brand: #df5b2d;
/* SwiftUI */
Color(red: 0.875, green: 0.357, blue: 0.176)
/* Android */
Color.parseColor("#df5b2d")Accessibility — WCAG contrast
Aa
#df5b2d on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5b2d on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow79.8%
Key (black)12.5%
Color previews
#df5b2d text on a black background
contrast 5.67:1
Card sample
#df5b2d text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5b2d;
Background color
Panel with #df5b2d background
background-color: #df5b2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5b2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 91, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 91, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5b2d; background: linear-gradient(135deg, #df5b2d, #DFD22D);