#df9c49
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 73
HSL
33°, 70%, 58%
CMYK
0, 30, 67, 13
Luminance
0.3995
Every format
| HEX | #df9c49 |
| RGB | rgb(223, 156, 73) |
| HSL | hsl(33, 70%, 58%) |
| CMYK | cmyk(0%, 30%, 67%, 13%) |
| LAB | lab(69.4 17.1 52.2) |
| LCH | lch(69.4 54.9 71.8) |
| OKLCH | oklch(0.743 0.127 69.3) |
Copy-ready code
/* CSS */
color: #df9c49;
background-color: #df9c49;
/* Tailwind (arbitrary) */
class="text-[#df9c49] bg-[#df9c49]"
/* SCSS */
$brand: #df9c49;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.286)
/* Android */
Color.parseColor("#df9c49")Accessibility — WCAG contrast
Aa
#df9c49 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c49 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow67.3%
Key (black)12.5%
Color previews
#df9c49 text on a black background
contrast 8.99:1
Card sample
#df9c49 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c49;
Background color
Panel with #df9c49 background
background-color: #df9c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c49; background: linear-gradient(135deg, #df9c49, #BEDF49);