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