#bdbb9b
a light, soft yellow · cool · closest name: tan
RGB
189, 187, 155
HSL
57°, 21%, 68%
CMYK
0, 1, 18, 26
Luminance
0.4873
Every format
| HEX | #bdbb9b |
| RGB | rgb(189, 187, 155) |
| HSL | hsl(57, 21%, 68%) |
| CMYK | cmyk(0%, 1%, 18%, 26%) |
| LAB | lab(75.3 -4.7 16.5) |
| LCH | lch(75.3 17.2 105.9) |
| OKLCH | oklch(0.785 0.044 104.4) |
Copy-ready code
/* CSS */
color: #bdbb9b;
background-color: #bdbb9b;
/* Tailwind (arbitrary) */
class="text-[#bdbb9b] bg-[#bdbb9b]"
/* SCSS */
$brand: #bdbb9b;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.608)
/* Android */
Color.parseColor("#bdbb9b")Accessibility — WCAG contrast
Aa
#bdbb9b on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb9b on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow18.0%
Key (black)25.9%
Color previews
#bdbb9b text on a black background
contrast 10.75:1
Card sample
#bdbb9b text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb9b;
Background color
Panel with #bdbb9b background
background-color: #bdbb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb9b; background: linear-gradient(135deg, #bdbb9b, #A8BD9B);