#bfa721
a dark, vivid yellow · cool · closest name: olive
RGB
191, 167, 33
HSL
51°, 71%, 44%
CMYK
0, 13, 83, 25
Luminance
0.3882
Every format
| HEX | #bfa721 |
| RGB | rgb(191, 167, 33) |
| HSL | hsl(51, 71%, 44%) |
| CMYK | cmyk(0%, 13%, 83%, 25%) |
| LAB | lab(68.6 -4.4 65.6) |
| LCH | lch(68.6 65.7 93.8) |
| OKLCH | oklch(0.728 0.142 98.1) |
Copy-ready code
/* CSS */
color: #bfa721;
background-color: #bfa721;
/* Tailwind (arbitrary) */
class="text-[#bfa721] bg-[#bfa721]"
/* SCSS */
$brand: #bfa721;
/* SwiftUI */
Color(red: 0.749, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#bfa721")Accessibility — WCAG contrast
Aa
#bfa721 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa721 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow82.7%
Key (black)25.1%
Color previews
#bfa721 text on a black background
contrast 8.76:1
Card sample
#bfa721 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa721;
Background color
Panel with #bfa721 background
background-color: #bfa721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa721; background: linear-gradient(135deg, #bfa721, #6EBF21);