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