#bdbb8d
a balanced, soft yellow · cool · closest name: tan
RGB
189, 187, 141
HSL
58°, 27%, 65%
CMYK
0, 1, 25, 26
Luminance
0.4828
Every format
| HEX | #bdbb8d |
| RGB | rgb(189, 187, 141) |
| HSL | hsl(58, 27%, 65%) |
| CMYK | cmyk(0%, 1%, 25%, 26%) |
| LAB | lab(75.0 -6.8 23.6) |
| LCH | lch(75.0 24.6 105.9) |
| OKLCH | oklch(0.782 0.062 105.7) |
Copy-ready code
/* CSS */
color: #bdbb8d;
background-color: #bdbb8d;
/* Tailwind (arbitrary) */
class="text-[#bdbb8d] bg-[#bdbb8d]"
/* SCSS */
$brand: #bdbb8d;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.553)
/* Android */
Color.parseColor("#bdbb8d")Accessibility — WCAG contrast
Aa
#bdbb8d on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb8d on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow25.4%
Key (black)25.9%
Color previews
#bdbb8d text on a black background
contrast 10.66:1
Card sample
#bdbb8d text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb8d;
Background color
Panel with #bdbb8d background
background-color: #bdbb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb8d; background: linear-gradient(135deg, #bdbb8d, #9FBD8D);