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