#df8b2e
a balanced, vivid orange · warm · closest name: peru
RGB
223, 139, 46
HSL
32°, 73%, 53%
CMYK
0, 38, 79, 13
Luminance
0.3435
Every format
| HEX | #df8b2e |
| RGB | rgb(223, 139, 46) |
| HSL | hsl(32, 73%, 53%) |
| CMYK | cmyk(0%, 38%, 79%, 13%) |
| LAB | lab(65.2 25.0 59.6) |
| LCH | lch(65.2 64.6 67.2) |
| OKLCH | oklch(0.710 0.144 63.5) |
Copy-ready code
/* CSS */
color: #df8b2e;
background-color: #df8b2e;
/* Tailwind (arbitrary) */
class="text-[#df8b2e] bg-[#df8b2e]"
/* SCSS */
$brand: #df8b2e;
/* SwiftUI */
Color(red: 0.875, green: 0.545, blue: 0.180)
/* Android */
Color.parseColor("#df8b2e")Accessibility — WCAG contrast
Aa
#df8b2e on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8b2e on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.5%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow79.4%
Key (black)12.5%
Color previews
#df8b2e text on a black background
contrast 7.87:1
Card sample
#df8b2e text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8b2e;
Background color
Panel with #df8b2e background
background-color: #df8b2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8b2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 139, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 139, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8b2e; background: linear-gradient(135deg, #df8b2e, #BDDF2E);