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