#bfdf86
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 134
HSL
82°, 58%, 70%
CMYK
14, 0, 40, 13
Luminance
0.6557
Every format
| HEX | #bfdf86 |
| RGB | rgb(191, 223, 134) |
| HSL | hsl(82, 58%, 70%) |
| CMYK | cmyk(14%, 0%, 40%, 13%) |
| LAB | lab(84.8 -25.0 40.1) |
| LCH | lch(84.8 47.3 121.9) |
| OKLCH | oklch(0.860 0.120 125.0) |
Copy-ready code
/* CSS */
color: #bfdf86;
background-color: #bfdf86;
/* Tailwind (arbitrary) */
class="text-[#bfdf86] bg-[#bfdf86]"
/* SCSS */
$brand: #bfdf86;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.525)
/* Android */
Color.parseColor("#bfdf86")Accessibility — WCAG contrast
Aa
#bfdf86 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf86 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue52.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow39.9%
Key (black)12.5%
Color previews
#bfdf86 text on a black background
contrast 14.11:1
Card sample
#bfdf86 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf86;
Background color
Panel with #bfdf86 background
background-color: #bfdf86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf86; background: linear-gradient(135deg, #bfdf86, #86DF88);