#bfd981
a light, vivid green · cool · closest name: khaki
RGB
191, 217, 129
HSL
78°, 54%, 68%
CMYK
12, 0, 41, 15
Luminance
0.6229
Every format
| HEX | #bfd981 |
| RGB | rgb(191, 217, 129) |
| HSL | hsl(78, 54%, 68%) |
| CMYK | cmyk(12%, 0%, 41%, 15%) |
| LAB | lab(83.1 -22.7 40.5) |
| LCH | lch(83.1 46.4 119.3) |
| OKLCH | oklch(0.846 0.117 122.4) |
Copy-ready code
/* CSS */
color: #bfd981;
background-color: #bfd981;
/* Tailwind (arbitrary) */
class="text-[#bfd981] bg-[#bfd981]"
/* SCSS */
$brand: #bfd981;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.506)
/* Android */
Color.parseColor("#bfd981")Accessibility — WCAG contrast
Aa
#bfd981 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd981 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue50.6%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow40.6%
Key (black)14.9%
Color previews
#bfd981 text on a black background
contrast 13.46:1
Card sample
#bfd981 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd981;
Background color
Panel with #bfd981 background
background-color: #bfd981;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd981;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd981; background: linear-gradient(135deg, #bfd981, #84D981);