#bfcf2c
a balanced, vivid yellow · cool · closest name: gold
RGB
191, 207, 44
HSL
66°, 65%, 49%
CMYK
8, 0, 79, 19
Luminance
0.5588
Every format
| HEX | #bfcf2c |
| RGB | rgb(191, 207, 44) |
| HSL | hsl(66, 65%, 49%) |
| CMYK | cmyk(8%, 0%, 79%, 19%) |
| LAB | lab(79.5 -24.3 72.0) |
| LCH | lch(79.5 76.0 108.6) |
| OKLCH | oklch(0.815 0.174 115.4) |
Copy-ready code
/* CSS */
color: #bfcf2c;
background-color: #bfcf2c;
/* Tailwind (arbitrary) */
class="text-[#bfcf2c] bg-[#bfcf2c]"
/* SCSS */
$brand: #bfcf2c;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.173)
/* Android */
Color.parseColor("#bfcf2c")Accessibility — WCAG contrast
Aa
#bfcf2c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcf2c on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue17.3%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow78.7%
Key (black)18.8%
Color previews
#bfcf2c text on a black background
contrast 12.18:1
Card sample
#bfcf2c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcf2c;
Background color
Panel with #bfcf2c background
background-color: #bfcf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcf2c; background: linear-gradient(135deg, #bfcf2c, #52CF2C);