#bdbb69
a balanced, soft yellow · cool · closest name: khaki
RGB
189, 187, 105
HSL
59°, 39%, 58%
CMYK
0, 1, 44, 26
Luminance
0.4738
Every format
| HEX | #bdbb69 |
| RGB | rgb(189, 187, 105) |
| HSL | hsl(59, 39%, 58%) |
| CMYK | cmyk(0%, 1%, 44%, 26%) |
| LAB | lab(74.4 -11.1 41.6) |
| LCH | lch(74.4 43.0 104.9) |
| OKLCH | oklch(0.776 0.105 107.4) |
Copy-ready code
/* CSS */
color: #bdbb69;
background-color: #bdbb69;
/* Tailwind (arbitrary) */
class="text-[#bdbb69] bg-[#bdbb69]"
/* SCSS */
$brand: #bdbb69;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.412)
/* Android */
Color.parseColor("#bdbb69")Accessibility — WCAG contrast
Aa
#bdbb69 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb69 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow44.4%
Key (black)25.9%
Color previews
#bdbb69 text on a black background
contrast 10.48:1
Card sample
#bdbb69 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb69;
Background color
Panel with #bdbb69 background
background-color: #bdbb69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb69; background: linear-gradient(135deg, #bdbb69, #87BD69);