#df992e
a balanced, vivid orange · warm · closest name: peru
RGB
223, 153, 46
HSL
36°, 73%, 53%
CMYK
0, 31, 79, 13
Luminance
0.3867
Every format
| HEX | #df992e |
| RGB | rgb(223, 153, 46) |
| HSL | hsl(36, 73%, 53%) |
| CMYK | cmyk(0%, 31%, 79%, 13%) |
| LAB | lab(68.5 17.5 62.6) |
| LCH | lch(68.5 65.0 74.4) |
| OKLCH | oklch(0.735 0.142 72.6) |
Copy-ready code
/* CSS */
color: #df992e;
background-color: #df992e;
/* Tailwind (arbitrary) */
class="text-[#df992e] bg-[#df992e]"
/* SCSS */
$brand: #df992e;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.180)
/* Android */
Color.parseColor("#df992e")Accessibility — WCAG contrast
Aa
#df992e on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df992e on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow79.4%
Key (black)12.5%
Color previews
#df992e text on a black background
contrast 8.73:1
Card sample
#df992e text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df992e;
Background color
Panel with #df992e background
background-color: #df992e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df992e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df992e; background: linear-gradient(135deg, #df992e, #AFDF2E);