#df895d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 137, 93
HSL
20°, 67%, 62%
CMYK
0, 39, 58, 13
Luminance
0.3437
Every format
| HEX | #df895d |
| RGB | rgb(223, 137, 93) |
| HSL | hsl(20, 67%, 62%) |
| CMYK | cmyk(0%, 39%, 58%, 13%) |
| LAB | lab(65.3 28.6 37.2) |
| LCH | lch(65.3 47.0 52.4) |
| OKLCH | oklch(0.711 0.121 47.2) |
Copy-ready code
/* CSS */
color: #df895d;
background-color: #df895d;
/* Tailwind (arbitrary) */
class="text-[#df895d] bg-[#df895d]"
/* SCSS */
$brand: #df895d;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.365)
/* Android */
Color.parseColor("#df895d")Accessibility — WCAG contrast
Aa
#df895d on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df895d on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow58.3%
Key (black)12.5%
Color previews
#df895d text on a black background
contrast 7.87:1
Card sample
#df895d text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df895d;
Background color
Panel with #df895d background
background-color: #df895d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df895d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df895d; background: linear-gradient(135deg, #df895d, #DEDF5D);