#bcffda
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 218
HSL
147°, 100%, 87%
CMYK
26, 0, 15, 0
Luminance
0.8727
Every format
| HEX | #bcffda |
| RGB | rgb(188, 255, 218) |
| HSL | hsl(147, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 15%, 0%) |
| LAB | lab(94.8 -28.1 11.0) |
| LCH | lch(94.8 30.2 158.6) |
| OKLCH | oklch(0.945 0.084 160.1) |
Copy-ready code
/* CSS */
color: #bcffda;
background-color: #bcffda;
/* Tailwind (arbitrary) */
class="text-[#bcffda] bg-[#bcffda]"
/* SCSS */
$brand: #bcffda;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#bcffda")Accessibility — WCAG contrast
Aa
#bcffda on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffda on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue85.5%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#bcffda text on a black background
contrast 18.45:1
Card sample
#bcffda text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffda;
Background color
Panel with #bcffda background
background-color: #bcffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffda; background: linear-gradient(135deg, #bcffda, #BCF7FF);