#bcf1bc
a light, vivid green · cool · closest name: aquamarine
RGB
188, 241, 188
HSL
120°, 65%, 84%
CMYK
22, 0, 22, 6
Luminance
0.7723
Every format
| HEX | #bcf1bc |
| RGB | rgb(188, 241, 188) |
| HSL | hsl(120, 65%, 84%) |
| CMYK | cmyk(22%, 0%, 22%, 6%) |
| LAB | lab(90.4 -26.8 20.2) |
| LCH | lch(90.4 33.6 143.0) |
| OKLCH | oklch(0.908 0.090 144.8) |
Copy-ready code
/* CSS */
color: #bcf1bc;
background-color: #bcf1bc;
/* Tailwind (arbitrary) */
class="text-[#bcf1bc] bg-[#bcf1bc]"
/* SCSS */
$brand: #bcf1bc;
/* SwiftUI */
Color(red: 0.737, green: 0.945, blue: 0.737)
/* Android */
Color.parseColor("#bcf1bc")Accessibility — WCAG contrast
Aa
#bcf1bc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf1bc on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.5%
Blue73.7%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow22.0%
Key (black)5.5%
Color previews
#bcf1bc text on a black background
contrast 16.45:1
Card sample
#bcf1bc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf1bc;
Background color
Panel with #bcf1bc background
background-color: #bcf1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 241, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 241, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf1bc; background: linear-gradient(135deg, #bcf1bc, #BCF1DF);