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