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