#bdb921
a dark, vivid yellow · cool · closest name: olive
RGB
189, 185, 33
HSL
59°, 70%, 44%
CMYK
0, 2, 83, 26
Luminance
0.4563
Every format
| HEX | #bdb921 |
| RGB | rgb(189, 185, 33) |
| HSL | hsl(59, 70%, 44%) |
| CMYK | cmyk(0%, 2%, 83%, 26%) |
| LAB | lab(73.3 -14.6 69.5) |
| LCH | lch(73.3 71.0 101.9) |
| OKLCH | oklch(0.765 0.157 108.0) |
Copy-ready code
/* CSS */
color: #bdb921;
background-color: #bdb921;
/* Tailwind (arbitrary) */
class="text-[#bdb921] bg-[#bdb921]"
/* SCSS */
$brand: #bdb921;
/* SwiftUI */
Color(red: 0.741, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#bdb921")Accessibility — WCAG contrast
Aa
#bdb921 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb921 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green72.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow82.5%
Key (black)25.9%
Color previews
#bdb921 text on a black background
contrast 10.13:1
Card sample
#bdb921 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb921;
Background color
Panel with #bdb921 background
background-color: #bdb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb921; background: linear-gradient(135deg, #bdb921, #59BD21);