#df8c2b
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 43
HSL
32°, 74%, 52%
CMYK
0, 37, 81, 13
Luminance
0.3462
Every format
| HEX | #df8c2b |
| RGB | rgb(223, 140, 43) |
| HSL | hsl(32, 74%, 52%) |
| CMYK | cmyk(0%, 37%, 81%, 13%) |
| LAB | lab(65.5 24.4 60.9) |
| LCH | lch(65.5 65.6 68.2) |
| OKLCH | oklch(0.711 0.145 64.6) |
Copy-ready code
/* CSS */
color: #df8c2b;
background-color: #df8c2b;
/* Tailwind (arbitrary) */
class="text-[#df8c2b] bg-[#df8c2b]"
/* SCSS */
$brand: #df8c2b;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.169)
/* Android */
Color.parseColor("#df8c2b")Accessibility — WCAG contrast
Aa
#df8c2b on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c2b on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow80.7%
Key (black)12.5%
Color previews
#df8c2b text on a black background
contrast 7.92:1
Card sample
#df8c2b text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c2b;
Background color
Panel with #df8c2b background
background-color: #df8c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c2b; background: linear-gradient(135deg, #df8c2b, #BADF2B);