#df844d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 132, 77
HSL
23°, 70%, 59%
CMYK
0, 41, 66, 13
Luminance
0.3273
Every format
| HEX | #df844d |
| RGB | rgb(223, 132, 77) |
| HSL | hsl(23, 70%, 59%) |
| CMYK | cmyk(0%, 41%, 66%, 13%) |
| LAB | lab(63.9 30.2 44.0) |
| LCH | lch(63.9 53.4 55.6) |
| OKLCH | oklch(0.700 0.132 50.3) |
Copy-ready code
/* CSS */
color: #df844d;
background-color: #df844d;
/* Tailwind (arbitrary) */
class="text-[#df844d] bg-[#df844d]"
/* SCSS */
$brand: #df844d;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.302)
/* Android */
Color.parseColor("#df844d")Accessibility — WCAG contrast
Aa
#df844d on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df844d on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow65.5%
Key (black)12.5%
Color previews
#df844d text on a black background
contrast 7.55:1
Card sample
#df844d text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df844d;
Background color
Panel with #df844d background
background-color: #df844d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df844d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df844d; background: linear-gradient(135deg, #df844d, #D9DF4D);