#bcfac8
a pale, electric green · cool · closest name: aquamarine
RGB
188, 250, 200
HSL
132°, 86%, 86%
CMYK
25, 0, 20, 2
Luminance
0.8323
Every format
| HEX | #bcfac8 |
| RGB | rgb(188, 250, 200) |
| HSL | hsl(132, 86%, 86%) |
| CMYK | cmyk(25%, 0%, 20%, 2%) |
| LAB | lab(93.1 -29.0 17.8) |
| LCH | lch(93.1 34.0 148.5) |
| OKLCH | oklch(0.930 0.092 150.2) |
Copy-ready code
/* CSS */
color: #bcfac8;
background-color: #bcfac8;
/* Tailwind (arbitrary) */
class="text-[#bcfac8] bg-[#bcfac8]"
/* SCSS */
$brand: #bcfac8;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.784)
/* Android */
Color.parseColor("#bcfac8")Accessibility — WCAG contrast
Aa
#bcfac8 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfac8 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue78.4%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow20.0%
Key (black)2.0%
Color previews
#bcfac8 text on a black background
contrast 17.65:1
Card sample
#bcfac8 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfac8;
Background color
Panel with #bcfac8 background
background-color: #bcfac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfac8; background: linear-gradient(135deg, #bcfac8, #BCFAF1);