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