#df985c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 152, 92
HSL
28°, 67%, 62%
CMYK
0, 32, 59, 13
Luminance
0.3892
Every format
| HEX | #df985c |
| RGB | rgb(223, 152, 92) |
| HSL | hsl(28, 67%, 62%) |
| CMYK | cmyk(0%, 32%, 59%, 13%) |
| LAB | lab(68.7 20.5 42.0) |
| LCH | lch(68.7 46.7 63.9) |
| OKLCH | oklch(0.738 0.115 59.8) |
Copy-ready code
/* CSS */
color: #df985c;
background-color: #df985c;
/* Tailwind (arbitrary) */
class="text-[#df985c] bg-[#df985c]"
/* SCSS */
$brand: #df985c;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.361)
/* Android */
Color.parseColor("#df985c")Accessibility — WCAG contrast
Aa
#df985c on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df985c on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow58.7%
Key (black)12.5%
Color previews
#df985c text on a black background
contrast 8.78:1
Card sample
#df985c text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df985c;
Background color
Panel with #df985c background
background-color: #df985c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df985c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df985c; background: linear-gradient(135deg, #df985c, #CFDF5C);