#bdbf21
a dark, vivid yellow · cool · closest name: gold
RGB
189, 191, 33
HSL
61°, 71%, 44%
CMYK
1, 0, 83, 25
Luminance
0.4819
Every format
| HEX | #bdbf21 |
| RGB | rgb(189, 191, 33) |
| HSL | hsl(61, 71%, 44%) |
| CMYK | cmyk(1%, 0%, 83%, 25%) |
| LAB | lab(75.0 -17.6 70.9) |
| LCH | lch(75.0 73.0 104.0) |
| OKLCH | oklch(0.778 0.163 110.4) |
Copy-ready code
/* CSS */
color: #bdbf21;
background-color: #bdbf21;
/* Tailwind (arbitrary) */
class="text-[#bdbf21] bg-[#bdbf21]"
/* SCSS */
$brand: #bdbf21;
/* SwiftUI */
Color(red: 0.741, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#bdbf21")Accessibility — WCAG contrast
Aa
#bdbf21 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbf21 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.9%
Blue12.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#bdbf21 text on a black background
contrast 10.64:1
Card sample
#bdbf21 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbf21;
Background color
Panel with #bdbf21 background
background-color: #bdbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbf21; background: linear-gradient(135deg, #bdbf21, #54BF21);