#bcffc7
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 199
HSL
130°, 100%, 87%
CMYK
26, 0, 22, 0
Luminance
0.8633
Every format
| HEX | #bcffc7 |
| RGB | rgb(188, 255, 199) |
| HSL | hsl(130, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 22%, 0%) |
| LAB | lab(94.5 -31.5 20.2) |
| LCH | lch(94.5 37.5 147.4) |
| OKLCH | oklch(0.941 0.101 149.2) |
Copy-ready code
/* CSS */
color: #bcffc7;
background-color: #bcffc7;
/* Tailwind (arbitrary) */
class="text-[#bcffc7] bg-[#bcffc7]"
/* SCSS */
$brand: #bcffc7;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#bcffc7")Accessibility — WCAG contrast
Aa
#bcffc7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffc7 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue78.0%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#bcffc7 text on a black background
contrast 18.27:1
Card sample
#bcffc7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffc7;
Background color
Panel with #bcffc7 background
background-color: #bcffc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffc7; background: linear-gradient(135deg, #bcffc7, #BCFFF4);