#df8d48
a balanced, vivid orange · warm · closest name: peru
RGB
223, 141, 72
HSL
27°, 70%, 58%
CMYK
0, 37, 68, 13
Luminance
0.3521
Every format
| HEX | #df8d48 |
| RGB | rgb(223, 141, 72) |
| HSL | hsl(27, 70%, 58%) |
| CMYK | cmyk(0%, 37%, 68%, 13%) |
| LAB | lab(65.9 25.1 48.8) |
| LCH | lch(65.9 54.9 62.7) |
| OKLCH | oklch(0.715 0.131 58.4) |
Copy-ready code
/* CSS */
color: #df8d48;
background-color: #df8d48;
/* Tailwind (arbitrary) */
class="text-[#df8d48] bg-[#df8d48]"
/* SCSS */
$brand: #df8d48;
/* SwiftUI */
Color(red: 0.875, green: 0.553, blue: 0.282)
/* Android */
Color.parseColor("#df8d48")Accessibility — WCAG contrast
Aa
#df8d48 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8d48 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green55.3%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow67.7%
Key (black)12.5%
Color previews
#df8d48 text on a black background
contrast 8.04:1
Card sample
#df8d48 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8d48;
Background color
Panel with #df8d48 background
background-color: #df8d48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8d48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 141, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 141, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8d48; background: linear-gradient(135deg, #df8d48, #CCDF48);