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