#bdbb2e
a balanced, vivid yellow · cool · closest name: olive
RGB
189, 187, 46
HSL
59°, 61%, 46%
CMYK
0, 1, 76, 26
Luminance
0.4656
Every format
| HEX | #bdbb2e |
| RGB | rgb(189, 187, 46) |
| HSL | hsl(59, 61%, 46%) |
| CMYK | cmyk(0%, 1%, 76%, 26%) |
| LAB | lab(73.9 -15.2 66.3) |
| LCH | lch(73.9 68.0 102.9) |
| OKLCH | oklch(0.770 0.153 108.7) |
Copy-ready code
/* CSS */
color: #bdbb2e;
background-color: #bdbb2e;
/* Tailwind (arbitrary) */
class="text-[#bdbb2e] bg-[#bdbb2e]"
/* SCSS */
$brand: #bdbb2e;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.180)
/* Android */
Color.parseColor("#bdbb2e")Accessibility — WCAG contrast
Aa
#bdbb2e on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb2e on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow75.7%
Key (black)25.9%
Color previews
#bdbb2e text on a black background
contrast 10.31:1
Card sample
#bdbb2e text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb2e;
Background color
Panel with #bdbb2e background
background-color: #bdbb2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb2e; background: linear-gradient(135deg, #bdbb2e, #60BD2E);