#bcfd89
a light, electric green · cool · closest name: khaki
RGB
188, 253, 137
HSL
94°, 97%, 77%
CMYK
26, 0, 46, 1
Luminance
0.8275
Every format
| HEX | #bcfd89 |
| RGB | rgb(188, 253, 137) |
| HSL | hsl(94, 97%, 77%) |
| CMYK | cmyk(26%, 0%, 46%, 1%) |
| LAB | lab(92.9 -39.6 48.9) |
| LCH | lch(92.9 62.9 129.0) |
| OKLCH | oklch(0.925 0.161 132.7) |
Copy-ready code
/* CSS */
color: #bcfd89;
background-color: #bcfd89;
/* Tailwind (arbitrary) */
class="text-[#bcfd89] bg-[#bcfd89]"
/* SCSS */
$brand: #bcfd89;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.537)
/* Android */
Color.parseColor("#bcfd89")Accessibility — WCAG contrast
Aa
#bcfd89 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd89 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue53.7%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow45.8%
Key (black)0.8%
Color previews
#bcfd89 text on a black background
contrast 17.55:1
Card sample
#bcfd89 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd89;
Background color
Panel with #bcfd89 background
background-color: #bcfd89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd89; background: linear-gradient(135deg, #bcfd89, #89FDA3);