#bfcd2f
a balanced, vivid yellow · cool · closest name: gold
RGB
191, 205, 47
HSL
65°, 63%, 49%
CMYK
7, 0, 77, 20
Luminance
0.5494
Every format
| HEX | #bfcd2f |
| RGB | rgb(191, 205, 47) |
| HSL | hsl(65, 63%, 49%) |
| CMYK | cmyk(7%, 0%, 77%, 20%) |
| LAB | lab(79.0 -23.2 70.7) |
| LCH | lch(79.0 74.4 108.2) |
| OKLCH | oklch(0.811 0.170 114.8) |
Copy-ready code
/* CSS */
color: #bfcd2f;
background-color: #bfcd2f;
/* Tailwind (arbitrary) */
class="text-[#bfcd2f] bg-[#bfcd2f]"
/* SCSS */
$brand: #bfcd2f;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.184)
/* Android */
Color.parseColor("#bfcd2f")Accessibility — WCAG contrast
Aa
#bfcd2f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcd2f on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue18.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow77.1%
Key (black)19.6%
Color previews
#bfcd2f text on a black background
contrast 11.99:1
Card sample
#bfcd2f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcd2f;
Background color
Panel with #bfcd2f background
background-color: #bfcd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcd2f; background: linear-gradient(135deg, #bfcd2f, #56CD2F);