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