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