#bfbe39
a balanced, vivid yellow · cool · closest name: olive
RGB
191, 190, 57
HSL
60°, 54%, 49%
CMYK
0, 1, 70, 25
Luminance
0.4820
Every format
| HEX | #bfbe39 |
| RGB | rgb(191, 190, 57) |
| HSL | hsl(60, 54%, 49%) |
| CMYK | cmyk(0%, 1%, 70%, 25%) |
| LAB | lab(75.0 -15.3 63.6) |
| LCH | lch(75.0 65.4 103.6) |
| OKLCH | oklch(0.779 0.149 109.0) |
Copy-ready code
/* CSS */
color: #bfbe39;
background-color: #bfbe39;
/* Tailwind (arbitrary) */
class="text-[#bfbe39] bg-[#bfbe39]"
/* SCSS */
$brand: #bfbe39;
/* SwiftUI */
Color(red: 0.749, green: 0.745, blue: 0.224)
/* Android */
Color.parseColor("#bfbe39")Accessibility — WCAG contrast
Aa
#bfbe39 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbe39 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow70.2%
Key (black)25.1%
Color previews
#bfbe39 text on a black background
contrast 10.64:1
Card sample
#bfbe39 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbe39;
Background color
Panel with #bfbe39 background
background-color: #bfbe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 190, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 190, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbe39; background: linear-gradient(135deg, #bfbe39, #67BF39);