#bfa340
a balanced, vivid yellow · cool · closest name: olive
RGB
191, 163, 64
HSL
47°, 50%, 50%
CMYK
0, 15, 67, 25
Luminance
0.3764
Every format
| HEX | #bfa340 |
| RGB | rgb(191, 163, 64) |
| HSL | hsl(47, 50%, 50%) |
| CMYK | cmyk(0%, 15%, 67%, 25%) |
| LAB | lab(67.8 -0.9 53.4) |
| LCH | lch(67.8 53.5 91.0) |
| OKLCH | oklch(0.722 0.121 93.2) |
Copy-ready code
/* CSS */
color: #bfa340;
background-color: #bfa340;
/* Tailwind (arbitrary) */
class="text-[#bfa340] bg-[#bfa340]"
/* SCSS */
$brand: #bfa340;
/* SwiftUI */
Color(red: 0.749, green: 0.639, blue: 0.251)
/* Android */
Color.parseColor("#bfa340")Accessibility — WCAG contrast
Aa
#bfa340 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa340 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.9%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow66.5%
Key (black)25.1%
Color previews
#bfa340 text on a black background
contrast 8.53:1
Card sample
#bfa340 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa340;
Background color
Panel with #bfa340 background
background-color: #bfa340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 163, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 163, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa340; background: linear-gradient(135deg, #bfa340, #86BF40);