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