#bcff9b
a light, electric green · cool · closest name: khaki
RGB
188, 255, 155
HSL
100°, 100%, 80%
CMYK
26, 0, 39, 0
Luminance
0.8458
Every format
| HEX | #bcff9b |
| RGB | rgb(188, 255, 155) |
| HSL | hsl(100, 100%, 80%) |
| CMYK | cmyk(26%, 0%, 39%, 0%) |
| LAB | lab(93.7 -38.3 41.2) |
| LCH | lch(93.7 56.2 132.9) |
| OKLCH | oklch(0.932 0.146 135.9) |
Copy-ready code
/* CSS */
color: #bcff9b;
background-color: #bcff9b;
/* Tailwind (arbitrary) */
class="text-[#bcff9b] bg-[#bcff9b]"
/* SCSS */
$brand: #bcff9b;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.608)
/* Android */
Color.parseColor("#bcff9b")Accessibility — WCAG contrast
Aa
#bcff9b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcff9b on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue60.8%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow39.2%
Key (black)0.0%
Color previews
#bcff9b text on a black background
contrast 17.92:1
Card sample
#bcff9b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcff9b;
Background color
Panel with #bcff9b background
background-color: #bcff9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcff9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcff9b; background: linear-gradient(135deg, #bcff9b, #9BFFBD);