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