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