#df8b3c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 139, 60
HSL
29°, 72%, 56%
CMYK
0, 38, 73, 13
Luminance
0.3448
Every format
| HEX | #df8b3c |
| RGB | rgb(223, 139, 60) |
| HSL | hsl(29, 72%, 56%) |
| CMYK | cmyk(0%, 38%, 73%, 13%) |
| LAB | lab(65.3 25.6 53.8) |
| LCH | lch(65.3 59.5 64.6) |
| OKLCH | oklch(0.711 0.138 60.4) |
Copy-ready code
/* CSS */
color: #df8b3c;
background-color: #df8b3c;
/* Tailwind (arbitrary) */
class="text-[#df8b3c] bg-[#df8b3c]"
/* SCSS */
$brand: #df8b3c;
/* SwiftUI */
Color(red: 0.875, green: 0.545, blue: 0.235)
/* Android */
Color.parseColor("#df8b3c")Accessibility — WCAG contrast
Aa
#df8b3c on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8b3c on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow73.1%
Key (black)12.5%
Color previews
#df8b3c text on a black background
contrast 7.90:1
Card sample
#df8b3c text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8b3c;
Background color
Panel with #df8b3c background
background-color: #df8b3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8b3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 139, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 139, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8b3c; background: linear-gradient(135deg, #df8b3c, #C6DF3C);