#bcfd7d
a light, electric green · cool · closest name: khaki
RGB
188, 253, 125
HSL
91°, 97%, 74%
CMYK
26, 0, 51, 1
Luminance
0.8242
Every format
| HEX | #bcfd7d |
| RGB | rgb(188, 253, 125) |
| HSL | hsl(91, 97%, 74%) |
| CMYK | cmyk(26%, 0%, 51%, 1%) |
| LAB | lab(92.8 -40.9 54.3) |
| LCH | lch(92.8 68.0 127.0) |
| OKLCH | oklch(0.923 0.172 131.3) |
Copy-ready code
/* CSS */
color: #bcfd7d;
background-color: #bcfd7d;
/* Tailwind (arbitrary) */
class="text-[#bcfd7d] bg-[#bcfd7d]"
/* SCSS */
$brand: #bcfd7d;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.490)
/* Android */
Color.parseColor("#bcfd7d")Accessibility — WCAG contrast
Aa
#bcfd7d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd7d on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue49.0%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow50.6%
Key (black)0.8%
Color previews
#bcfd7d text on a black background
contrast 17.48:1
Card sample
#bcfd7d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd7d;
Background color
Panel with #bcfd7d background
background-color: #bcfd7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd7d; background: linear-gradient(135deg, #bcfd7d, #7DFD93);