#bcfeb2
a light, electric green · cool · closest name: aquamarine
RGB
188, 254, 178
HSL
112°, 97%, 85%
CMYK
26, 0, 30, 0
Luminance
0.8479
Every format
| HEX | #bcfeb2 |
| RGB | rgb(188, 254, 178) |
| HSL | hsl(112, 97%, 85%) |
| CMYK | cmyk(26%, 0%, 30%, 0%) |
| LAB | lab(93.8 -34.5 29.9) |
| LCH | lch(93.8 45.7 139.1) |
| OKLCH | oklch(0.934 0.120 141.3) |
Copy-ready code
/* CSS */
color: #bcfeb2;
background-color: #bcfeb2;
/* Tailwind (arbitrary) */
class="text-[#bcfeb2] bg-[#bcfeb2]"
/* SCSS */
$brand: #bcfeb2;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#bcfeb2")Accessibility — WCAG contrast
Aa
#bcfeb2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfeb2 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue69.8%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#bcfeb2 text on a black background
contrast 17.96:1
Card sample
#bcfeb2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfeb2;
Background color
Panel with #bcfeb2 background
background-color: #bcfeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfeb2; background: linear-gradient(135deg, #bcfeb2, #B2FEDB);