#bfd486
a light, vivid green · cool · closest name: khaki
RGB
191, 212, 134
HSL
76°, 48%, 68%
CMYK
10, 0, 37, 17
Luminance
0.5988
Every format
| HEX | #bfd486 |
| RGB | rgb(191, 212, 134) |
| HSL | hsl(76, 48%, 68%) |
| CMYK | cmyk(10%, 0%, 37%, 17%) |
| LAB | lab(81.8 -19.6 36.3) |
| LCH | lch(81.8 41.3 118.4) |
| OKLCH | oklch(0.836 0.104 121.0) |
Copy-ready code
/* CSS */
color: #bfd486;
background-color: #bfd486;
/* Tailwind (arbitrary) */
class="text-[#bfd486] bg-[#bfd486]"
/* SCSS */
$brand: #bfd486;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.525)
/* Android */
Color.parseColor("#bfd486")Accessibility — WCAG contrast
Aa
#bfd486 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd486 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue52.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow36.8%
Key (black)16.9%
Color previews
#bfd486 text on a black background
contrast 12.98:1
Card sample
#bfd486 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd486;
Background color
Panel with #bfd486 background
background-color: #bfd486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd486; background: linear-gradient(135deg, #bfd486, #8BD486);