#bcfeac
a light, electric green · cool · closest name: aquamarine
RGB
188, 254, 172
HSL
108°, 98%, 84%
CMYK
26, 0, 32, 0
Luminance
0.8455
Every format
| HEX | #bcfeac |
| RGB | rgb(188, 254, 172) |
| HSL | hsl(108, 98%, 84%) |
| CMYK | cmyk(26%, 0%, 32%, 0%) |
| LAB | lab(93.7 -35.4 32.8) |
| LCH | lch(93.7 48.3 137.2) |
| OKLCH | oklch(0.933 0.127 139.6) |
Copy-ready code
/* CSS */
color: #bcfeac;
background-color: #bcfeac;
/* Tailwind (arbitrary) */
class="text-[#bcfeac] bg-[#bcfeac]"
/* SCSS */
$brand: #bcfeac;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#bcfeac")Accessibility — WCAG contrast
Aa
#bcfeac on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfeac on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue67.5%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#bcfeac text on a black background
contrast 17.91:1
Card sample
#bcfeac text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfeac;
Background color
Panel with #bcfeac background
background-color: #bcfeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfeac; background: linear-gradient(135deg, #bcfeac, #ACFED3);