#dfba77
a light, vivid orange · warm · closest name: tan
RGB
223, 186, 119
HSL
39°, 62%, 67%
CMYK
0, 17, 47, 13
Luminance
0.5214
Every format
| HEX | #dfba77 |
| RGB | rgb(223, 186, 119) |
| HSL | hsl(39, 62%, 67%) |
| CMYK | cmyk(0%, 17%, 47%, 13%) |
| LAB | lab(77.4 4.7 38.8) |
| LCH | lch(77.4 39.1 83.1) |
| OKLCH | oklch(0.807 0.095 81.6) |
Copy-ready code
/* CSS */
color: #dfba77;
background-color: #dfba77;
/* Tailwind (arbitrary) */
class="text-[#dfba77] bg-[#dfba77]"
/* SCSS */
$brand: #dfba77;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.467)
/* Android */
Color.parseColor("#dfba77")Accessibility — WCAG contrast
Aa
#dfba77 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba77 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow46.6%
Key (black)12.5%
Color previews
#dfba77 text on a black background
contrast 11.43:1
Card sample
#dfba77 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba77;
Background color
Panel with #dfba77 background
background-color: #dfba77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba77; background: linear-gradient(135deg, #dfba77, #BFDF77);