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