#df873d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 135, 61
HSL
27°, 72%, 56%
CMYK
0, 40, 73, 13
Luminance
0.3335
Every format
| HEX | #df873d |
| RGB | rgb(223, 135, 61) |
| HSL | hsl(27, 72%, 56%) |
| CMYK | cmyk(0%, 40%, 73%, 13%) |
| LAB | lab(64.5 27.8 52.4) |
| LCH | lch(64.5 59.3 62.1) |
| OKLCH | oklch(0.704 0.139 57.5) |
Copy-ready code
/* CSS */
color: #df873d;
background-color: #df873d;
/* Tailwind (arbitrary) */
class="text-[#df873d] bg-[#df873d]"
/* SCSS */
$brand: #df873d;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.239)
/* Android */
Color.parseColor("#df873d")Accessibility — WCAG contrast
Aa
#df873d on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df873d on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow72.6%
Key (black)12.5%
Color previews
#df873d text on a black background
contrast 7.67:1
Card sample
#df873d text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df873d;
Background color
Panel with #df873d background
background-color: #df873d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df873d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df873d; background: linear-gradient(135deg, #df873d, #CBDF3D);