#bfd786
a light, vivid green · cool · closest name: khaki
RGB
191, 215, 134
HSL
78°, 50%, 68%
CMYK
11, 0, 38, 16
Luminance
0.6140
Every format
| HEX | #bfd786 |
| RGB | rgb(191, 215, 134) |
| HSL | hsl(78, 50%, 68%) |
| CMYK | cmyk(11%, 0%, 38%, 16%) |
| LAB | lab(82.6 -21.1 37.4) |
| LCH | lch(82.6 42.9 119.5) |
| OKLCH | oklch(0.843 0.108 122.2) |
Copy-ready code
/* CSS */
color: #bfd786;
background-color: #bfd786;
/* Tailwind (arbitrary) */
class="text-[#bfd786] bg-[#bfd786]"
/* SCSS */
$brand: #bfd786;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.525)
/* Android */
Color.parseColor("#bfd786")Accessibility — WCAG contrast
Aa
#bfd786 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd786 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue52.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow37.7%
Key (black)15.7%
Color previews
#bfd786 text on a black background
contrast 13.28:1
Card sample
#bfd786 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd786;
Background color
Panel with #bfd786 background
background-color: #bfd786;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd786;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd786; background: linear-gradient(135deg, #bfd786, #89D786);