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