#bdbb71
a balanced, soft yellow · cool · closest name: khaki
RGB
189, 187, 113
HSL
58°, 37%, 59%
CMYK
0, 1, 40, 26
Luminance
0.4755
Every format
| HEX | #bdbb71 |
| RGB | rgb(189, 187, 113) |
| HSL | hsl(58, 37%, 59%) |
| CMYK | cmyk(0%, 1%, 40%, 26%) |
| LAB | lab(74.5 -10.2 37.7) |
| LCH | lch(74.5 39.0 105.2) |
| OKLCH | oklch(0.777 0.096 107.1) |
Copy-ready code
/* CSS */
color: #bdbb71;
background-color: #bdbb71;
/* Tailwind (arbitrary) */
class="text-[#bdbb71] bg-[#bdbb71]"
/* SCSS */
$brand: #bdbb71;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.443)
/* Android */
Color.parseColor("#bdbb71")Accessibility — WCAG contrast
Aa
#bdbb71 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb71 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow40.2%
Key (black)25.9%
Color previews
#bdbb71 text on a black background
contrast 10.51:1
Card sample
#bdbb71 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb71;
Background color
Panel with #bdbb71 background
background-color: #bdbb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb71; background: linear-gradient(135deg, #bdbb71, #8CBD71);