#bdbb87
a balanced, soft yellow · cool · closest name: tan
RGB
189, 187, 135
HSL
58°, 29%, 64%
CMYK
0, 1, 29, 26
Luminance
0.4811
Every format
| HEX | #bdbb87 |
| RGB | rgb(189, 187, 135) |
| HSL | hsl(58, 29%, 64%) |
| CMYK | cmyk(0%, 1%, 29%, 26%) |
| LAB | lab(74.9 -7.6 26.7) |
| LCH | lch(74.9 27.7 105.8) |
| OKLCH | oklch(0.781 0.070 106.0) |
Copy-ready code
/* CSS */
color: #bdbb87;
background-color: #bdbb87;
/* Tailwind (arbitrary) */
class="text-[#bdbb87] bg-[#bdbb87]"
/* SCSS */
$brand: #bdbb87;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.529)
/* Android */
Color.parseColor("#bdbb87")Accessibility — WCAG contrast
Aa
#bdbb87 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb87 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow28.6%
Key (black)25.9%
Color previews
#bdbb87 text on a black background
contrast 10.62:1
Card sample
#bdbb87 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb87;
Background color
Panel with #bdbb87 background
background-color: #bdbb87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb87; background: linear-gradient(135deg, #bdbb87, #9BBD87);