#bcfac3
a pale, electric green · cool · closest name: aquamarine
RGB
188, 250, 195
HSL
127°, 86%, 86%
CMYK
25, 0, 22, 2
Luminance
0.8300
Every format
| HEX | #bcfac3 |
| RGB | rgb(188, 250, 195) |
| HSL | hsl(127, 86%, 86%) |
| CMYK | cmyk(25%, 0%, 22%, 2%) |
| LAB | lab(93.0 -29.9 20.2) |
| LCH | lch(93.0 36.1 145.9) |
| OKLCH | oklch(0.929 0.097 147.7) |
Copy-ready code
/* CSS */
color: #bcfac3;
background-color: #bcfac3;
/* Tailwind (arbitrary) */
class="text-[#bcfac3] bg-[#bcfac3]"
/* SCSS */
$brand: #bcfac3;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#bcfac3")Accessibility — WCAG contrast
Aa
#bcfac3 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfac3 on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue76.5%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow22.0%
Key (black)2.0%
Color previews
#bcfac3 text on a black background
contrast 17.60:1
Card sample
#bcfac3 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfac3;
Background color
Panel with #bcfac3 background
background-color: #bcfac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfac3; background: linear-gradient(135deg, #bcfac3, #BCFAEC);