#bcdf89
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 137
HSL
84°, 57%, 71%
CMYK
16, 0, 39, 13
Luminance
0.6527
Every format
| HEX | #bcdf89 |
| RGB | rgb(188, 223, 137) |
| HSL | hsl(84, 57%, 71%) |
| CMYK | cmyk(16%, 0%, 39%, 13%) |
| LAB | lab(84.6 -25.7 38.4) |
| LCH | lch(84.6 46.2 123.8) |
| OKLCH | oklch(0.858 0.118 126.8) |
Copy-ready code
/* CSS */
color: #bcdf89;
background-color: #bcdf89;
/* Tailwind (arbitrary) */
class="text-[#bcdf89] bg-[#bcdf89]"
/* SCSS */
$brand: #bcdf89;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#bcdf89")Accessibility — WCAG contrast
Aa
#bcdf89 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf89 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue53.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow38.6%
Key (black)12.5%
Color previews
#bcdf89 text on a black background
contrast 14.05:1
Card sample
#bcdf89 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf89;
Background color
Panel with #bcdf89 background
background-color: #bcdf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf89; background: linear-gradient(135deg, #bcdf89, #89DF8F);