#df855e
a balanced, vivid orange · warm · closest name: peru
RGB
223, 133, 94
HSL
18°, 67%, 62%
CMYK
0, 40, 58, 13
Luminance
0.3327
Every format
| HEX | #df855e |
| RGB | rgb(223, 133, 94) |
| HSL | hsl(18, 67%, 62%) |
| CMYK | cmyk(0%, 40%, 58%, 13%) |
| LAB | lab(64.4 30.8 35.6) |
| LCH | lch(64.4 47.1 49.1) |
| OKLCH | oklch(0.705 0.123 43.8) |
Copy-ready code
/* CSS */
color: #df855e;
background-color: #df855e;
/* Tailwind (arbitrary) */
class="text-[#df855e] bg-[#df855e]"
/* SCSS */
$brand: #df855e;
/* SwiftUI */
Color(red: 0.875, green: 0.522, blue: 0.369)
/* Android */
Color.parseColor("#df855e")Accessibility — WCAG contrast
Aa
#df855e on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df855e on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.2%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow57.8%
Key (black)12.5%
Color previews
#df855e text on a black background
contrast 7.65:1
Card sample
#df855e text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df855e;
Background color
Panel with #df855e background
background-color: #df855e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df855e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 133, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 133, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df855e; background: linear-gradient(135deg, #df855e, #DFDB5E);