#bcfdab
a light, electric green · cool · closest name: aquamarine
RGB
188, 253, 171
HSL
108°, 95%, 83%
CMYK
26, 0, 32, 1
Luminance
0.8388
Every format
| HEX | #bcfdab |
| RGB | rgb(188, 253, 171) |
| HSL | hsl(108, 95%, 83%) |
| CMYK | cmyk(26%, 0%, 32%, 1%) |
| LAB | lab(93.4 -35.1 32.9) |
| LCH | lch(93.4 48.1 136.8) |
| OKLCH | oklch(0.931 0.126 139.3) |
Copy-ready code
/* CSS */
color: #bcfdab;
background-color: #bcfdab;
/* Tailwind (arbitrary) */
class="text-[#bcfdab] bg-[#bcfdab]"
/* SCSS */
$brand: #bcfdab;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#bcfdab")Accessibility — WCAG contrast
Aa
#bcfdab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdab on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue67.1%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#bcfdab text on a black background
contrast 17.78:1
Card sample
#bcfdab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdab;
Background color
Panel with #bcfdab background
background-color: #bcfdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdab; background: linear-gradient(135deg, #bcfdab, #ABFDD1);