#df892c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 137, 44
HSL
31°, 74%, 52%
CMYK
0, 39, 80, 13
Luminance
0.3376
Every format
| HEX | #df892c |
| RGB | rgb(223, 137, 44) |
| HSL | hsl(31, 74%, 52%) |
| CMYK | cmyk(0%, 39%, 80%, 13%) |
| LAB | lab(64.8 26.0 59.9) |
| LCH | lch(64.8 65.3 66.5) |
| OKLCH | oklch(0.706 0.146 62.6) |
Copy-ready code
/* CSS */
color: #df892c;
background-color: #df892c;
/* Tailwind (arbitrary) */
class="text-[#df892c] bg-[#df892c]"
/* SCSS */
$brand: #df892c;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.173)
/* Android */
Color.parseColor("#df892c")Accessibility — WCAG contrast
Aa
#df892c on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df892c on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow80.3%
Key (black)12.5%
Color previews
#df892c text on a black background
contrast 7.75:1
Card sample
#df892c text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df892c;
Background color
Panel with #df892c background
background-color: #df892c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df892c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df892c; background: linear-gradient(135deg, #df892c, #BEDF2C);