#df8c3b
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 59
HSL
30°, 72%, 55%
CMYK
0, 37, 74, 13
Luminance
0.3476
Every format
| HEX | #df8c3b |
| RGB | rgb(223, 140, 59) |
| HSL | hsl(30, 72%, 55%) |
| CMYK | cmyk(0%, 37%, 74%, 13%) |
| LAB | lab(65.6 25.0 54.5) |
| LCH | lch(65.6 59.9 65.4) |
| OKLCH | oklch(0.712 0.138 61.4) |
Copy-ready code
/* CSS */
color: #df8c3b;
background-color: #df8c3b;
/* Tailwind (arbitrary) */
class="text-[#df8c3b] bg-[#df8c3b]"
/* SCSS */
$brand: #df8c3b;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.231)
/* Android */
Color.parseColor("#df8c3b")Accessibility — WCAG contrast
Aa
#df8c3b on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c3b on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow73.5%
Key (black)12.5%
Color previews
#df8c3b text on a black background
contrast 7.95:1
Card sample
#df8c3b text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c3b;
Background color
Panel with #df8c3b background
background-color: #df8c3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c3b; background: linear-gradient(135deg, #df8c3b, #C5DF3B);