#bfa430
a balanced, vivid yellow · cool · closest name: olive
RGB
191, 164, 48
HSL
49°, 60%, 47%
CMYK
0, 14, 75, 25
Luminance
0.3784
Every format
| HEX | #bfa430 |
| RGB | rgb(191, 164, 48) |
| HSL | hsl(49, 60%, 47%) |
| CMYK | cmyk(0%, 14%, 75%, 25%) |
| LAB | lab(67.9 -2.3 60.1) |
| LCH | lch(67.9 60.1 92.2) |
| OKLCH | oklch(0.723 0.133 95.4) |
Copy-ready code
/* CSS */
color: #bfa430;
background-color: #bfa430;
/* Tailwind (arbitrary) */
class="text-[#bfa430] bg-[#bfa430]"
/* SCSS */
$brand: #bfa430;
/* SwiftUI */
Color(red: 0.749, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#bfa430")Accessibility — WCAG contrast
Aa
#bfa430 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa430 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow74.9%
Key (black)25.1%
Color previews
#bfa430 text on a black background
contrast 8.57:1
Card sample
#bfa430 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa430;
Background color
Panel with #bfa430 background
background-color: #bfa430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa430; background: linear-gradient(135deg, #bfa430, #7BBF30);