#bcfecb
a pale, electric green · cool · closest name: aquamarine
RGB
188, 254, 203
HSL
134°, 97%, 87%
CMYK
26, 0, 20, 0
Luminance
0.8589
Every format
| HEX | #bcfecb |
| RGB | rgb(188, 254, 203) |
| HSL | hsl(134, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 20%, 0%) |
| LAB | lab(94.3 -30.4 17.9) |
| LCH | lch(94.3 35.3 149.5) |
| OKLCH | oklch(0.940 0.095 151.2) |
Copy-ready code
/* CSS */
color: #bcfecb;
background-color: #bcfecb;
/* Tailwind (arbitrary) */
class="text-[#bcfecb] bg-[#bcfecb]"
/* SCSS */
$brand: #bcfecb;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#bcfecb")Accessibility — WCAG contrast
Aa
#bcfecb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfecb on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue79.6%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#bcfecb text on a black background
contrast 18.18:1
Card sample
#bcfecb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfecb;
Background color
Panel with #bcfecb background
background-color: #bcfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfecb; background: linear-gradient(135deg, #bcfecb, #BCFEF7);