#df885e
a balanced, vivid orange · warm · closest name: peru
RGB
223, 136, 94
HSL
20°, 67%, 62%
CMYK
0, 39, 58, 13
Luminance
0.3410
Every format
| HEX | #df885e |
| RGB | rgb(223, 136, 94) |
| HSL | hsl(20, 67%, 62%) |
| CMYK | cmyk(0%, 39%, 58%, 13%) |
| LAB | lab(65.0 29.2 36.5) |
| LCH | lch(65.0 46.7 51.3) |
| OKLCH | oklch(0.710 0.121 46.0) |
Copy-ready code
/* CSS */
color: #df885e;
background-color: #df885e;
/* Tailwind (arbitrary) */
class="text-[#df885e] bg-[#df885e]"
/* SCSS */
$brand: #df885e;
/* SwiftUI */
Color(red: 0.875, green: 0.533, blue: 0.369)
/* Android */
Color.parseColor("#df885e")Accessibility — WCAG contrast
Aa
#df885e on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df885e on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow57.8%
Key (black)12.5%
Color previews
#df885e text on a black background
contrast 7.82:1
Card sample
#df885e text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df885e;
Background color
Panel with #df885e background
background-color: #df885e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df885e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 136, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 136, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df885e; background: linear-gradient(135deg, #df885e, #DFDE5E);