#bcffcd
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 205
HSL
135°, 100%, 87%
CMYK
26, 0, 20, 0
Luminance
0.8662
Every format
| HEX | #bcffcd |
| RGB | rgb(188, 255, 205) |
| HSL | hsl(135, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 20%, 0%) |
| LAB | lab(94.6 -30.5 17.3) |
| LCH | lch(94.6 35.0 150.4) |
| OKLCH | oklch(0.942 0.095 152.1) |
Copy-ready code
/* CSS */
color: #bcffcd;
background-color: #bcffcd;
/* Tailwind (arbitrary) */
class="text-[#bcffcd] bg-[#bcffcd]"
/* SCSS */
$brand: #bcffcd;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#bcffcd")Accessibility — WCAG contrast
Aa
#bcffcd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffcd on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue80.4%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#bcffcd text on a black background
contrast 18.32:1
Card sample
#bcffcd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffcd;
Background color
Panel with #bcffcd background
background-color: #bcffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffcd; background: linear-gradient(135deg, #bcffcd, #BCFFFA);