#bfac0b
a dark, electric yellow · cool · closest name: olive
RGB
191, 172, 11
HSL
54°, 89%, 40%
CMYK
0, 10, 94, 25
Luminance
0.4061
Every format
| HEX | #bfac0b |
| RGB | rgb(191, 172, 11) |
| HSL | hsl(54, 89%, 40%) |
| CMYK | cmyk(0%, 10%, 94%, 25%) |
| LAB | lab(69.9 -7.5 71.0) |
| LCH | lch(69.9 71.4 96.0) |
| OKLCH | oklch(0.738 0.152 101.3) |
Copy-ready code
/* CSS */
color: #bfac0b;
background-color: #bfac0b;
/* Tailwind (arbitrary) */
class="text-[#bfac0b] bg-[#bfac0b]"
/* SCSS */
$brand: #bfac0b;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.043)
/* Android */
Color.parseColor("#bfac0b")Accessibility — WCAG contrast
Aa
#bfac0b on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac0b on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow94.2%
Key (black)25.1%
Color previews
#bfac0b text on a black background
contrast 9.12:1
Card sample
#bfac0b text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac0b;
Background color
Panel with #bfac0b background
background-color: #bfac0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac0b; background: linear-gradient(135deg, #bfac0b, #5ABF0B);