#bfd87d
a light, vivid green · cool · closest name: khaki
RGB
191, 216, 125
HSL
77°, 54%, 67%
CMYK
12, 0, 42, 15
Luminance
0.6167
Every format
| HEX | #bfd87d |
| RGB | rgb(191, 216, 125) |
| HSL | hsl(77, 54%, 67%) |
| CMYK | cmyk(12%, 0%, 42%, 15%) |
| LAB | lab(82.7 -22.6 42.0) |
| LCH | lch(82.7 47.7 118.3) |
| OKLCH | oklch(0.843 0.120 121.6) |
Copy-ready code
/* CSS */
color: #bfd87d;
background-color: #bfd87d;
/* Tailwind (arbitrary) */
class="text-[#bfd87d] bg-[#bfd87d]"
/* SCSS */
$brand: #bfd87d;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.490)
/* Android */
Color.parseColor("#bfd87d")Accessibility — WCAG contrast
Aa
#bfd87d on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd87d on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue49.0%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow42.1%
Key (black)15.3%
Color previews
#bfd87d text on a black background
contrast 13.33:1
Card sample
#bfd87d text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd87d;
Background color
Panel with #bfd87d background
background-color: #bfd87d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd87d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd87d; background: linear-gradient(135deg, #bfd87d, #82D87D);