#bfd86f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 216, 111
HSL
74°, 57%, 64%
CMYK
12, 0, 49, 15
Luminance
0.6134
Every format
| HEX | #bfd86f |
| RGB | rgb(191, 216, 111) |
| HSL | hsl(74, 57%, 64%) |
| CMYK | cmyk(12%, 0%, 49%, 15%) |
| LAB | lab(82.6 -24.1 48.6) |
| LCH | lch(82.6 54.3 116.4) |
| OKLCH | oklch(0.841 0.134 120.4) |
Copy-ready code
/* CSS */
color: #bfd86f;
background-color: #bfd86f;
/* Tailwind (arbitrary) */
class="text-[#bfd86f] bg-[#bfd86f]"
/* SCSS */
$brand: #bfd86f;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.435)
/* Android */
Color.parseColor("#bfd86f")Accessibility — WCAG contrast
Aa
#bfd86f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd86f on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue43.5%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow48.6%
Key (black)15.3%
Color previews
#bfd86f text on a black background
contrast 13.27:1
Card sample
#bfd86f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd86f;
Background color
Panel with #bfd86f background
background-color: #bfd86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd86f; background: linear-gradient(135deg, #bfd86f, #79D86F);