#bcfdda
a pale, electric green · cool · closest name: aquamarine
RGB
188, 253, 218
HSL
148°, 94%, 87%
CMYK
26, 0, 14, 1
Luminance
0.8600
Every format
| HEX | #bcfdda |
| RGB | rgb(188, 253, 218) |
| HSL | hsl(148, 94%, 87%) |
| CMYK | cmyk(26%, 0%, 14%, 1%) |
| LAB | lab(94.3 -27.2 10.3) |
| LCH | lch(94.3 29.0 159.3) |
| OKLCH | oklch(0.941 0.081 160.8) |
Copy-ready code
/* CSS */
color: #bcfdda;
background-color: #bcfdda;
/* Tailwind (arbitrary) */
class="text-[#bcfdda] bg-[#bcfdda]"
/* SCSS */
$brand: #bcfdda;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#bcfdda")Accessibility — WCAG contrast
Aa
#bcfdda on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdda on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue85.5%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#bcfdda text on a black background
contrast 18.20:1
Card sample
#bcfdda text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdda;
Background color
Panel with #bcfdda background
background-color: #bcfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdda; background: linear-gradient(135deg, #bcfdda, #BCF5FD);