#bfae39
a balanced, vivid yellow · cool · closest name: olive
RGB
191, 174, 57
HSL
52°, 54%, 49%
CMYK
0, 9, 70, 25
Luminance
0.4164
Every format
| HEX | #bfae39 |
| RGB | rgb(191, 174, 57) |
| HSL | hsl(52, 54%, 49%) |
| CMYK | cmyk(0%, 9%, 70%, 25%) |
| LAB | lab(70.6 -7.1 59.3) |
| LCH | lch(70.6 59.7 96.8) |
| OKLCH | oklch(0.744 0.135 100.9) |
Copy-ready code
/* CSS */
color: #bfae39;
background-color: #bfae39;
/* Tailwind (arbitrary) */
class="text-[#bfae39] bg-[#bfae39]"
/* SCSS */
$brand: #bfae39;
/* SwiftUI */
Color(red: 0.749, green: 0.682, blue: 0.224)
/* Android */
Color.parseColor("#bfae39")Accessibility — WCAG contrast
Aa
#bfae39 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfae39 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow70.2%
Key (black)25.1%
Color previews
#bfae39 text on a black background
contrast 9.33:1
Card sample
#bfae39 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfae39;
Background color
Panel with #bfae39 background
background-color: #bfae39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfae39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 174, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 174, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfae39; background: linear-gradient(135deg, #bfae39, #77BF39);