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