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