#dfab4e
a balanced, vivid orange · warm · closest name: peru
RGB
223, 171, 78
HSL
39°, 69%, 59%
CMYK
0, 23, 65, 13
Luminance
0.4536
Every format
| HEX | #dfab4e |
| RGB | rgb(223, 171, 78) |
| HSL | hsl(39, 69%, 59%) |
| CMYK | cmyk(0%, 23%, 65%, 13%) |
| LAB | lab(73.1 9.4 53.9) |
| LCH | lch(73.1 54.7 80.1) |
| OKLCH | oklch(0.772 0.125 79.5) |
Copy-ready code
/* CSS */
color: #dfab4e;
background-color: #dfab4e;
/* Tailwind (arbitrary) */
class="text-[#dfab4e] bg-[#dfab4e]"
/* SCSS */
$brand: #dfab4e;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.306)
/* Android */
Color.parseColor("#dfab4e")Accessibility — WCAG contrast
Aa
#dfab4e on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfab4e on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow65.0%
Key (black)12.5%
Color previews
#dfab4e text on a black background
contrast 10.07:1
Card sample
#dfab4e text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfab4e;
Background color
Panel with #dfab4e background
background-color: #dfab4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfab4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfab4e; background: linear-gradient(135deg, #dfab4e, #B2DF4E);