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