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