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