#dfbe6f
a light, vivid yellow · warm · closest name: khaki
RGB
223, 190, 111
HSL
42°, 64%, 66%
CMYK
0, 15, 50, 13
Luminance
0.5366
Every format
| HEX | #dfbe6f |
| RGB | rgb(223, 190, 111) |
| HSL | hsl(42, 64%, 66%) |
| CMYK | cmyk(0%, 15%, 50%, 13%) |
| LAB | lab(78.3 1.9 44.0) |
| LCH | lch(78.3 44.0 87.6) |
| OKLCH | oklch(0.813 0.105 87.4) |
Copy-ready code
/* CSS */
color: #dfbe6f;
background-color: #dfbe6f;
/* Tailwind (arbitrary) */
class="text-[#dfbe6f] bg-[#dfbe6f]"
/* SCSS */
$brand: #dfbe6f;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.435)
/* Android */
Color.parseColor("#dfbe6f")Accessibility — WCAG contrast
Aa
#dfbe6f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe6f on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow50.2%
Key (black)12.5%
Color previews
#dfbe6f text on a black background
contrast 11.73:1
Card sample
#dfbe6f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe6f;
Background color
Panel with #dfbe6f background
background-color: #dfbe6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe6f; background: linear-gradient(135deg, #dfbe6f, #B5DF6F);