#bcfd91
a light, electric green · cool · closest name: khaki
RGB
188, 253, 145
HSL
96°, 96%, 78%
CMYK
26, 0, 43, 1
Luminance
0.8299
Every format
| HEX | #bcfd91 |
| RGB | rgb(188, 253, 145) |
| HSL | hsl(96, 96%, 78%) |
| CMYK | cmyk(26%, 0%, 43%, 1%) |
| LAB | lab(93.0 -38.6 45.2) |
| LCH | lch(93.0 59.5 130.5) |
| OKLCH | oklch(0.926 0.153 133.9) |
Copy-ready code
/* CSS */
color: #bcfd91;
background-color: #bcfd91;
/* Tailwind (arbitrary) */
class="text-[#bcfd91] bg-[#bcfd91]"
/* SCSS */
$brand: #bcfd91;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#bcfd91")Accessibility — WCAG contrast
Aa
#bcfd91 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd91 on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue56.9%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#bcfd91 text on a black background
contrast 17.60:1
Card sample
#bcfd91 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd91;
Background color
Panel with #bcfd91 background
background-color: #bcfd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd91; background: linear-gradient(135deg, #bcfd91, #91FDAE);