#bfa539
a balanced, vivid yellow · cool · closest name: olive
RGB
191, 165, 57
HSL
48°, 54%, 49%
CMYK
0, 14, 70, 25
Luminance
0.3828
Every format
| HEX | #bfa539 |
| RGB | rgb(191, 165, 57) |
| HSL | hsl(48, 54%, 49%) |
| CMYK | cmyk(0%, 14%, 70%, 25%) |
| LAB | lab(68.2 -2.4 56.9) |
| LCH | lch(68.2 56.9 92.4) |
| OKLCH | oklch(0.725 0.128 95.3) |
Copy-ready code
/* CSS */
color: #bfa539;
background-color: #bfa539;
/* Tailwind (arbitrary) */
class="text-[#bfa539] bg-[#bfa539]"
/* SCSS */
$brand: #bfa539;
/* SwiftUI */
Color(red: 0.749, green: 0.647, blue: 0.224)
/* Android */
Color.parseColor("#bfa539")Accessibility — WCAG contrast
Aa
#bfa539 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa539 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green64.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow70.2%
Key (black)25.1%
Color previews
#bfa539 text on a black background
contrast 8.66:1
Card sample
#bfa539 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa539;
Background color
Panel with #bfa539 background
background-color: #bfa539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 165, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 165, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa539; background: linear-gradient(135deg, #bfa539, #7FBF39);