#bcfd8d
a light, electric green · cool · closest name: khaki
RGB
188, 253, 141
HSL
95°, 97%, 77%
CMYK
26, 0, 44, 1
Luminance
0.8287
Every format
| HEX | #bcfd8d |
| RGB | rgb(188, 253, 141) |
| HSL | hsl(95, 97%, 77%) |
| CMYK | cmyk(26%, 0%, 44%, 1%) |
| LAB | lab(93.0 -39.1 47.0) |
| LCH | lch(93.0 61.2 129.7) |
| OKLCH | oklch(0.926 0.157 133.3) |
Copy-ready code
/* CSS */
color: #bcfd8d;
background-color: #bcfd8d;
/* Tailwind (arbitrary) */
class="text-[#bcfd8d] bg-[#bcfd8d]"
/* SCSS */
$brand: #bcfd8d;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.553)
/* Android */
Color.parseColor("#bcfd8d")Accessibility — WCAG contrast
Aa
#bcfd8d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd8d on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue55.3%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow44.3%
Key (black)0.8%
Color previews
#bcfd8d text on a black background
contrast 17.57:1
Card sample
#bcfd8d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd8d;
Background color
Panel with #bcfd8d background
background-color: #bcfd8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd8d; background: linear-gradient(135deg, #bcfd8d, #8DFDA9);