#bfa54c
a balanced, vivid yellow · cool · closest name: olive
RGB
191, 165, 76
HSL
46°, 47%, 52%
CMYK
0, 14, 60, 25
Luminance
0.3851
Every format
| HEX | #bfa54c |
| RGB | rgb(191, 165, 76) |
| HSL | hsl(46, 47%, 52%) |
| CMYK | cmyk(0%, 14%, 60%, 25%) |
| LAB | lab(68.4 -1.2 48.7) |
| LCH | lch(68.4 48.7 91.4) |
| OKLCH | oklch(0.727 0.113 93.1) |
Copy-ready code
/* CSS */
color: #bfa54c;
background-color: #bfa54c;
/* Tailwind (arbitrary) */
class="text-[#bfa54c] bg-[#bfa54c]"
/* SCSS */
$brand: #bfa54c;
/* SwiftUI */
Color(red: 0.749, green: 0.647, blue: 0.298)
/* Android */
Color.parseColor("#bfa54c")Accessibility — WCAG contrast
Aa
#bfa54c on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa54c on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green64.7%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow60.2%
Key (black)25.1%
Color previews
#bfa54c text on a black background
contrast 8.70:1
Card sample
#bfa54c text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa54c;
Background color
Panel with #bfa54c background
background-color: #bfa54c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa54c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 165, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 165, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa54c; background: linear-gradient(135deg, #bfa54c, #8DBF4C);