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