#bcfba8
a light, electric green · cool · closest name: aquamarine
RGB
188, 251, 168
HSL
106°, 91%, 82%
CMYK
25, 0, 33, 2
Luminance
0.8251
Every format
| HEX | #bcfba8 |
| RGB | rgb(188, 251, 168) |
| HSL | hsl(106, 91%, 82%) |
| CMYK | cmyk(25%, 0%, 33%, 2%) |
| LAB | lab(92.8 -34.6 33.6) |
| LCH | lch(92.8 48.3 135.9) |
| OKLCH | oklch(0.926 0.126 138.3) |
Copy-ready code
/* CSS */
color: #bcfba8;
background-color: #bcfba8;
/* Tailwind (arbitrary) */
class="text-[#bcfba8] bg-[#bcfba8]"
/* SCSS */
$brand: #bcfba8;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.659)
/* Android */
Color.parseColor("#bcfba8")Accessibility — WCAG contrast
Aa
#bcfba8 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfba8 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue65.9%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow33.1%
Key (black)1.6%
Color previews
#bcfba8 text on a black background
contrast 17.50:1
Card sample
#bcfba8 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfba8;
Background color
Panel with #bcfba8 background
background-color: #bcfba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfba8; background: linear-gradient(135deg, #bcfba8, #A8FBCB);