#dfbf7b
a light, vivid yellow · warm · closest name: tan
RGB
223, 191, 123
HSL
41°, 61%, 68%
CMYK
0, 14, 45, 13
Luminance
0.5438
Every format
| HEX | #dfbf7b |
| RGB | rgb(223, 191, 123) |
| HSL | hsl(41, 61%, 68%) |
| CMYK | cmyk(0%, 14%, 45%, 13%) |
| LAB | lab(78.7 2.5 38.4) |
| LCH | lch(78.7 38.5 86.3) |
| OKLCH | oklch(0.817 0.094 85.2) |
Copy-ready code
/* CSS */
color: #dfbf7b;
background-color: #dfbf7b;
/* Tailwind (arbitrary) */
class="text-[#dfbf7b] bg-[#dfbf7b]"
/* SCSS */
$brand: #dfbf7b;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.482)
/* Android */
Color.parseColor("#dfbf7b")Accessibility — WCAG contrast
Aa
#dfbf7b on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf7b on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow44.8%
Key (black)12.5%
Color previews
#dfbf7b text on a black background
contrast 11.88:1
Card sample
#dfbf7b text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf7b;
Background color
Panel with #dfbf7b background
background-color: #dfbf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf7b; background: linear-gradient(135deg, #dfbf7b, #BCDF7B);