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