#bfa921
a dark, vivid yellow · cool · closest name: olive
RGB
191, 169, 33
HSL
52°, 71%, 44%
CMYK
0, 12, 83, 25
Luminance
0.3956
Every format
| HEX | #bfa921 |
| RGB | rgb(191, 169, 33) |
| HSL | hsl(52, 71%, 44%) |
| CMYK | cmyk(0%, 12%, 83%, 25%) |
| LAB | lab(69.2 -5.5 66.0) |
| LCH | lch(69.2 66.3 94.7) |
| OKLCH | oklch(0.732 0.144 99.2) |
Copy-ready code
/* CSS */
color: #bfa921;
background-color: #bfa921;
/* Tailwind (arbitrary) */
class="text-[#bfa921] bg-[#bfa921]"
/* SCSS */
$brand: #bfa921;
/* SwiftUI */
Color(red: 0.749, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#bfa921")Accessibility — WCAG contrast
Aa
#bfa921 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa921 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow82.7%
Key (black)25.1%
Color previews
#bfa921 text on a black background
contrast 8.91:1
Card sample
#bfa921 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa921;
Background color
Panel with #bfa921 background
background-color: #bfa921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa921; background: linear-gradient(135deg, #bfa921, #6CBF21);