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