#bcfcda
a pale, electric green · cool · closest name: aquamarine
RGB
188, 252, 218
HSL
148°, 91%, 86%
CMYK
25, 0, 14, 1
Luminance
0.8537
Every format
| HEX | #bcfcda |
| RGB | rgb(188, 252, 218) |
| HSL | hsl(148, 91%, 86%) |
| CMYK | cmyk(25%, 0%, 14%, 1%) |
| LAB | lab(94.0 -26.7 9.9) |
| LCH | lch(94.0 28.4 159.7) |
| OKLCH | oklch(0.939 0.079 161.2) |
Copy-ready code
/* CSS */
color: #bcfcda;
background-color: #bcfcda;
/* Tailwind (arbitrary) */
class="text-[#bcfcda] bg-[#bcfcda]"
/* SCSS */
$brand: #bcfcda;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#bcfcda")Accessibility — WCAG contrast
Aa
#bcfcda on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfcda on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue85.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#bcfcda text on a black background
contrast 18.07:1
Card sample
#bcfcda text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfcda;
Background color
Panel with #bcfcda background
background-color: #bcfcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfcda; background: linear-gradient(135deg, #bcfcda, #BCF3FC);