#bfc511
a dark, electric yellow · cool · closest name: gold
RGB
191, 197, 17
HSL
62°, 84%, 42%
CMYK
3, 0, 91, 23
Luminance
0.5105
Every format
| HEX | #bfc511 |
| RGB | rgb(191, 197, 17) |
| HSL | hsl(62, 84%, 42%) |
| CMYK | cmyk(3%, 0%, 91%, 23%) |
| LAB | lab(76.7 -20.1 75.4) |
| LCH | lch(76.7 78.0 104.9) |
| OKLCH | oklch(0.792 0.173 112.0) |
Copy-ready code
/* CSS */
color: #bfc511;
background-color: #bfc511;
/* Tailwind (arbitrary) */
class="text-[#bfc511] bg-[#bfc511]"
/* SCSS */
$brand: #bfc511;
/* SwiftUI */
Color(red: 0.749, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#bfc511")Accessibility — WCAG contrast
Aa
#bfc511 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc511 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.3%
Blue6.7%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#bfc511 text on a black background
contrast 11.21:1
Card sample
#bfc511 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc511;
Background color
Panel with #bfc511 background
background-color: #bfc511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc511; background: linear-gradient(135deg, #bfc511, #47C511);