#bfbc21
a dark, vivid yellow · cool · closest name: gold
RGB
191, 188, 33
HSL
59°, 71%, 44%
CMYK
0, 2, 83, 25
Luminance
0.4715
Every format
| HEX | #bfbc21 |
| RGB | rgb(191, 188, 33) |
| HSL | hsl(59, 71%, 44%) |
| CMYK | cmyk(0%, 2%, 83%, 25%) |
| LAB | lab(74.3 -15.3 70.4) |
| LCH | lch(74.3 72.0 102.3) |
| OKLCH | oklch(0.773 0.160 108.4) |
Copy-ready code
/* CSS */
color: #bfbc21;
background-color: #bfbc21;
/* Tailwind (arbitrary) */
class="text-[#bfbc21] bg-[#bfbc21]"
/* SCSS */
$brand: #bfbc21;
/* SwiftUI */
Color(red: 0.749, green: 0.737, blue: 0.129)
/* Android */
Color.parseColor("#bfbc21")Accessibility — WCAG contrast
Aa
#bfbc21 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbc21 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green73.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow82.7%
Key (black)25.1%
Color previews
#bfbc21 text on a black background
contrast 10.43:1
Card sample
#bfbc21 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbc21;
Background color
Panel with #bfbc21 background
background-color: #bfbc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 188, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 188, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbc21; background: linear-gradient(135deg, #bfbc21, #59BF21);