#bcffcf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 207
HSL
137°, 100%, 87%
CMYK
26, 0, 19, 0
Luminance
0.8672
Every format
| HEX | #bcffcf |
| RGB | rgb(188, 255, 207) |
| HSL | hsl(137, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 19%, 0%) |
| LAB | lab(94.6 -30.1 16.3) |
| LCH | lch(94.6 34.3 151.6) |
| OKLCH | oklch(0.943 0.093 153.2) |
Copy-ready code
/* CSS */
color: #bcffcf;
background-color: #bcffcf;
/* Tailwind (arbitrary) */
class="text-[#bcffcf] bg-[#bcffcf]"
/* SCSS */
$brand: #bcffcf;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#bcffcf")Accessibility — WCAG contrast
Aa
#bcffcf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffcf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue81.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#bcffcf text on a black background
contrast 18.34:1
Card sample
#bcffcf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffcf;
Background color
Panel with #bcffcf background
background-color: #bcffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffcf; background: linear-gradient(135deg, #bcffcf, #BCFFFC);