#bfc02a
a balanced, vivid yellow · cool · closest name: gold
RGB
191, 192, 42
HSL
60°, 64%, 46%
CMYK
1, 0, 78, 25
Luminance
0.4894
Every format
| HEX | #bfc02a |
| RGB | rgb(191, 192, 42) |
| HSL | hsl(60, 64%, 46%) |
| CMYK | cmyk(1%, 0%, 78%, 25%) |
| LAB | lab(75.4 -17.0 68.9) |
| LCH | lch(75.4 71.0 103.9) |
| OKLCH | oklch(0.782 0.160 110.0) |
Copy-ready code
/* CSS */
color: #bfc02a;
background-color: #bfc02a;
/* Tailwind (arbitrary) */
class="text-[#bfc02a] bg-[#bfc02a]"
/* SCSS */
$brand: #bfc02a;
/* SwiftUI */
Color(red: 0.749, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#bfc02a")Accessibility — WCAG contrast
Aa
#bfc02a on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc02a on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#bfc02a text on a black background
contrast 10.79:1
Card sample
#bfc02a text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc02a;
Background color
Panel with #bfc02a background
background-color: #bfc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc02a; background: linear-gradient(135deg, #bfc02a, #5BC02A);