#bdbb0f
a dark, electric yellow · cool · closest name: gold
RGB
189, 187, 15
HSL
59°, 85%, 40%
CMYK
0, 1, 92, 26
Luminance
0.4639
Every format
| HEX | #bdbb0f |
| RGB | rgb(189, 187, 15) |
| HSL | hsl(59, 85%, 40%) |
| CMYK | cmyk(0%, 1%, 92%, 26%) |
| LAB | lab(73.8 -16.0 73.4) |
| LCH | lch(73.8 75.1 102.3) |
| OKLCH | oklch(0.769 0.164 108.9) |
Copy-ready code
/* CSS */
color: #bdbb0f;
background-color: #bdbb0f;
/* Tailwind (arbitrary) */
class="text-[#bdbb0f] bg-[#bdbb0f]"
/* SCSS */
$brand: #bdbb0f;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.059)
/* Android */
Color.parseColor("#bdbb0f")Accessibility — WCAG contrast
Aa
#bdbb0f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb0f on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow92.1%
Key (black)25.9%
Color previews
#bdbb0f text on a black background
contrast 10.28:1
Card sample
#bdbb0f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb0f;
Background color
Panel with #bdbb0f background
background-color: #bdbb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb0f; background: linear-gradient(135deg, #bdbb0f, #4BBD0F);