#bfd950
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 80
HSL
71°, 64%, 58%
CMYK
12, 0, 63, 15
Luminance
0.6128
Every format
| HEX | #bfd950 |
| RGB | rgb(191, 217, 80) |
| HSL | hsl(71, 64%, 58%) |
| CMYK | cmyk(12%, 0%, 63%, 15%) |
| LAB | lab(82.5 -27.2 62.4) |
| LCH | lch(82.5 68.1 113.6) |
| OKLCH | oklch(0.840 0.163 119.2) |
Copy-ready code
/* CSS */
color: #bfd950;
background-color: #bfd950;
/* Tailwind (arbitrary) */
class="text-[#bfd950] bg-[#bfd950]"
/* SCSS */
$brand: #bfd950;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#bfd950")Accessibility — WCAG contrast
Aa
#bfd950 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd950 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue31.4%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow63.1%
Key (black)14.9%
Color previews
#bfd950 text on a black background
contrast 13.26:1
Card sample
#bfd950 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd950;
Background color
Panel with #bfd950 background
background-color: #bfd950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd950; background: linear-gradient(135deg, #bfd950, #64D950);