#bdbb33
a balanced, vivid yellow · cool · closest name: olive
RGB
189, 187, 51
HSL
59°, 58%, 47%
CMYK
0, 1, 73, 26
Luminance
0.4660
Every format
| HEX | #bdbb33 |
| RGB | rgb(189, 187, 51) |
| HSL | hsl(59, 58%, 47%) |
| CMYK | cmyk(0%, 1%, 73%, 26%) |
| LAB | lab(73.9 -15.0 64.7) |
| LCH | lch(73.9 66.4 103.0) |
| OKLCH | oklch(0.770 0.150 108.6) |
Copy-ready code
/* CSS */
color: #bdbb33;
background-color: #bdbb33;
/* Tailwind (arbitrary) */
class="text-[#bdbb33] bg-[#bdbb33]"
/* SCSS */
$brand: #bdbb33;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.200)
/* Android */
Color.parseColor("#bdbb33")Accessibility — WCAG contrast
Aa
#bdbb33 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb33 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow73.0%
Key (black)25.9%
Color previews
#bdbb33 text on a black background
contrast 10.32:1
Card sample
#bdbb33 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb33;
Background color
Panel with #bdbb33 background
background-color: #bdbb33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb33; background: linear-gradient(135deg, #bdbb33, #63BD33);