#bfd976
a light, vivid green · cool · closest name: khaki
RGB
191, 217, 118
HSL
76°, 57%, 66%
CMYK
12, 0, 46, 15
Luminance
0.6201
Every format
| HEX | #bfd976 |
| RGB | rgb(191, 217, 118) |
| HSL | hsl(76, 57%, 66%) |
| CMYK | cmyk(12%, 0%, 46%, 15%) |
| LAB | lab(82.9 -23.9 45.7) |
| LCH | lch(82.9 51.6 117.6) |
| OKLCH | oklch(0.844 0.129 121.3) |
Copy-ready code
/* CSS */
color: #bfd976;
background-color: #bfd976;
/* Tailwind (arbitrary) */
class="text-[#bfd976] bg-[#bfd976]"
/* SCSS */
$brand: #bfd976;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.463)
/* Android */
Color.parseColor("#bfd976")Accessibility — WCAG contrast
Aa
#bfd976 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd976 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue46.3%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow45.6%
Key (black)14.9%
Color previews
#bfd976 text on a black background
contrast 13.40:1
Card sample
#bfd976 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd976;
Background color
Panel with #bfd976 background
background-color: #bfd976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd976; background: linear-gradient(135deg, #bfd976, #7DD976);