#bdbb02
a dark, electric yellow · cool · closest name: gold
RGB
189, 187, 2
HSL
59°, 98%, 38%
CMYK
0, 1, 99, 26
Luminance
0.4636
Every format
| HEX | #bdbb02 |
| RGB | rgb(189, 187, 2) |
| HSL | hsl(59, 98%, 38%) |
| CMYK | cmyk(0%, 1%, 99%, 26%) |
| LAB | lab(73.8 -16.2 74.8) |
| LCH | lch(73.8 76.5 102.2) |
| OKLCH | oklch(0.768 0.166 109.0) |
Copy-ready code
/* CSS */
color: #bdbb02;
background-color: #bdbb02;
/* Tailwind (arbitrary) */
class="text-[#bdbb02] bg-[#bdbb02]"
/* SCSS */
$brand: #bdbb02;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.008)
/* Android */
Color.parseColor("#bdbb02")Accessibility — WCAG contrast
Aa
#bdbb02 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbb02 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow98.9%
Key (black)25.9%
Color previews
#bdbb02 text on a black background
contrast 10.27:1
Card sample
#bdbb02 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbb02;
Background color
Panel with #bdbb02 background
background-color: #bdbb02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbb02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbb02; background: linear-gradient(135deg, #bdbb02, #42BD02);