#dfbf7f
a light, vivid yellow · warm · closest name: tan
RGB
223, 191, 127
HSL
40°, 60%, 69%
CMYK
0, 14, 43, 13
Luminance
0.5448
Every format
| HEX | #dfbf7f |
| RGB | rgb(223, 191, 127) |
| HSL | hsl(40, 60%, 69%) |
| CMYK | cmyk(0%, 14%, 43%, 13%) |
| LAB | lab(78.7 2.9 36.5) |
| LCH | lch(78.7 36.6 85.5) |
| OKLCH | oklch(0.818 0.090 84.0) |
Copy-ready code
/* CSS */
color: #dfbf7f;
background-color: #dfbf7f;
/* Tailwind (arbitrary) */
class="text-[#dfbf7f] bg-[#dfbf7f]"
/* SCSS */
$brand: #dfbf7f;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.498)
/* Android */
Color.parseColor("#dfbf7f")Accessibility — WCAG contrast
Aa
#dfbf7f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf7f on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow43.0%
Key (black)12.5%
Color previews
#dfbf7f text on a black background
contrast 11.90:1
Card sample
#dfbf7f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf7f;
Background color
Panel with #dfbf7f background
background-color: #dfbf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf7f; background: linear-gradient(135deg, #dfbf7f, #BFDF7F);