#dfba6f
a light, vivid yellow · warm · closest name: tan
RGB
223, 186, 111
HSL
40°, 64%, 66%
CMYK
0, 17, 50, 13
Luminance
0.5195
Every format
| HEX | #dfba6f |
| RGB | rgb(223, 186, 111) |
| HSL | hsl(40, 64%, 66%) |
| CMYK | cmyk(0%, 17%, 50%, 13%) |
| LAB | lab(77.3 4.0 42.7) |
| LCH | lch(77.3 42.9 84.7) |
| OKLCH | oklch(0.805 0.103 83.9) |
Copy-ready code
/* CSS */
color: #dfba6f;
background-color: #dfba6f;
/* Tailwind (arbitrary) */
class="text-[#dfba6f] bg-[#dfba6f]"
/* SCSS */
$brand: #dfba6f;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.435)
/* Android */
Color.parseColor("#dfba6f")Accessibility — WCAG contrast
Aa
#dfba6f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba6f on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow50.2%
Key (black)12.5%
Color previews
#dfba6f text on a black background
contrast 11.39:1
Card sample
#dfba6f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba6f;
Background color
Panel with #dfba6f background
background-color: #dfba6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba6f; background: linear-gradient(135deg, #dfba6f, #B9DF6F);