#df8e49
a balanced, vivid orange · warm · closest name: peru
RGB
223, 142, 73
HSL
28°, 70%, 58%
CMYK
0, 36, 67, 13
Luminance
0.3552
Every format
| HEX | #df8e49 |
| RGB | rgb(223, 142, 73) |
| HSL | hsl(28, 70%, 58%) |
| CMYK | cmyk(0%, 36%, 67%, 13%) |
| LAB | lab(66.2 24.6 48.5) |
| LCH | lch(66.2 54.4 63.1) |
| OKLCH | oklch(0.717 0.130 58.8) |
Copy-ready code
/* CSS */
color: #df8e49;
background-color: #df8e49;
/* Tailwind (arbitrary) */
class="text-[#df8e49] bg-[#df8e49]"
/* SCSS */
$brand: #df8e49;
/* SwiftUI */
Color(red: 0.875, green: 0.557, blue: 0.286)
/* Android */
Color.parseColor("#df8e49")Accessibility — WCAG contrast
Aa
#df8e49 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8e49 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green55.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow67.3%
Key (black)12.5%
Color previews
#df8e49 text on a black background
contrast 8.10:1
Card sample
#df8e49 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8e49;
Background color
Panel with #df8e49 background
background-color: #df8e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 142, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 142, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8e49; background: linear-gradient(135deg, #df8e49, #CCDF49);