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