#dfb96c
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 185, 108
HSL
40°, 64%, 65%
CMYK
0, 17, 52, 13
Luminance
0.5147
Every format
| HEX | #dfb96c |
| RGB | rgb(223, 185, 108) |
| HSL | hsl(40, 64%, 65%) |
| CMYK | cmyk(0%, 17%, 52%, 13%) |
| LAB | lab(77.0 4.2 43.9) |
| LCH | lch(77.0 44.1 84.5) |
| OKLCH | oklch(0.803 0.105 83.8) |
Copy-ready code
/* CSS */
color: #dfb96c;
background-color: #dfb96c;
/* Tailwind (arbitrary) */
class="text-[#dfb96c] bg-[#dfb96c]"
/* SCSS */
$brand: #dfb96c;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.424)
/* Android */
Color.parseColor("#dfb96c")Accessibility — WCAG contrast
Aa
#dfb96c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb96c on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow51.6%
Key (black)12.5%
Color previews
#dfb96c text on a black background
contrast 11.29:1
Card sample
#dfb96c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb96c;
Background color
Panel with #dfb96c background
background-color: #dfb96c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb96c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb96c; background: linear-gradient(135deg, #dfb96c, #B8DF6C);