#df8c4b
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 75
HSL
26°, 70%, 58%
CMYK
0, 37, 66, 13
Luminance
0.3495
Every format
| HEX | #df8c4b |
| RGB | rgb(223, 140, 75) |
| HSL | hsl(26, 70%, 58%) |
| CMYK | cmyk(0%, 37%, 66%, 13%) |
| LAB | lab(65.7 25.8 47.1) |
| LCH | lch(65.7 53.7 61.2) |
| OKLCH | oklch(0.714 0.129 56.7) |
Copy-ready code
/* CSS */
color: #df8c4b;
background-color: #df8c4b;
/* Tailwind (arbitrary) */
class="text-[#df8c4b] bg-[#df8c4b]"
/* SCSS */
$brand: #df8c4b;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.294)
/* Android */
Color.parseColor("#df8c4b")Accessibility — WCAG contrast
Aa
#df8c4b on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c4b on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow66.4%
Key (black)12.5%
Color previews
#df8c4b text on a black background
contrast 7.99:1
Card sample
#df8c4b text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c4b;
Background color
Panel with #df8c4b background
background-color: #df8c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c4b; background: linear-gradient(135deg, #df8c4b, #CFDF4B);