#df894d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 137, 77
HSL
25°, 70%, 59%
CMYK
0, 39, 66, 13
Luminance
0.3412
Every format
| HEX | #df894d |
| RGB | rgb(223, 137, 77) |
| HSL | hsl(25, 70%, 59%) |
| CMYK | cmyk(0%, 39%, 66%, 13%) |
| LAB | lab(65.1 27.5 45.3) |
| LCH | lch(65.1 53.0 58.7) |
| OKLCH | oklch(0.709 0.130 53.8) |
Copy-ready code
/* CSS */
color: #df894d;
background-color: #df894d;
/* Tailwind (arbitrary) */
class="text-[#df894d] bg-[#df894d]"
/* SCSS */
$brand: #df894d;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.302)
/* Android */
Color.parseColor("#df894d")Accessibility — WCAG contrast
Aa
#df894d on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df894d on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow65.5%
Key (black)12.5%
Color previews
#df894d text on a black background
contrast 7.82:1
Card sample
#df894d text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df894d;
Background color
Panel with #df894d background
background-color: #df894d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df894d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df894d; background: linear-gradient(135deg, #df894d, #D4DF4D);