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