#bcfd9d
a light, electric green · cool · closest name: khaki
RGB
188, 253, 157
HSL
101°, 96%, 80%
CMYK
26, 0, 38, 1
Luminance
0.8338
Every format
| HEX | #bcfd9d |
| RGB | rgb(188, 253, 157) |
| HSL | hsl(101, 96%, 80%) |
| CMYK | cmyk(26%, 0%, 38%, 1%) |
| LAB | lab(93.2 -37.1 39.6) |
| LCH | lch(93.2 54.2 133.1) |
| OKLCH | oklch(0.928 0.141 136.0) |
Copy-ready code
/* CSS */
color: #bcfd9d;
background-color: #bcfd9d;
/* Tailwind (arbitrary) */
class="text-[#bcfd9d] bg-[#bcfd9d]"
/* SCSS */
$brand: #bcfd9d;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.616)
/* Android */
Color.parseColor("#bcfd9d")Accessibility — WCAG contrast
Aa
#bcfd9d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd9d on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue61.6%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow37.9%
Key (black)0.8%
Color previews
#bcfd9d text on a black background
contrast 17.68:1
Card sample
#bcfd9d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd9d;
Background color
Panel with #bcfd9d background
background-color: #bcfd9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd9d; background: linear-gradient(135deg, #bcfd9d, #9DFDBE);