#df8d41
a balanced, vivid orange · warm · closest name: peru
RGB
223, 141, 65
HSL
29°, 71%, 57%
CMYK
0, 37, 71, 13
Luminance
0.3512
Every format
| HEX | #df8d41 |
| RGB | rgb(223, 141, 65) |
| HSL | hsl(29, 71%, 57%) |
| CMYK | cmyk(0%, 37%, 71%, 13%) |
| LAB | lab(65.8 24.8 52.0) |
| LCH | lch(65.8 57.6 64.6) |
| OKLCH | oklch(0.715 0.134 60.5) |
Copy-ready code
/* CSS */
color: #df8d41;
background-color: #df8d41;
/* Tailwind (arbitrary) */
class="text-[#df8d41] bg-[#df8d41]"
/* SCSS */
$brand: #df8d41;
/* SwiftUI */
Color(red: 0.875, green: 0.553, blue: 0.255)
/* Android */
Color.parseColor("#df8d41")Accessibility — WCAG contrast
Aa
#df8d41 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8d41 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green55.3%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow70.9%
Key (black)12.5%
Color previews
#df8d41 text on a black background
contrast 8.02:1
Card sample
#df8d41 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8d41;
Background color
Panel with #df8d41 background
background-color: #df8d41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8d41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 141, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 141, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8d41; background: linear-gradient(135deg, #df8d41, #C8DF41);