#bcffc4
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 196
HSL
127°, 100%, 87%
CMYK
26, 0, 23, 0
Luminance
0.8620
Every format
| HEX | #bcffc4 |
| RGB | rgb(188, 255, 196) |
| HSL | hsl(127, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 23%, 0%) |
| LAB | lab(94.4 -32.0 21.6) |
| LCH | lch(94.4 38.7 146.0) |
| OKLCH | oklch(0.940 0.104 147.8) |
Copy-ready code
/* CSS */
color: #bcffc4;
background-color: #bcffc4;
/* Tailwind (arbitrary) */
class="text-[#bcffc4] bg-[#bcffc4]"
/* SCSS */
$brand: #bcffc4;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.769)
/* Android */
Color.parseColor("#bcffc4")Accessibility — WCAG contrast
Aa
#bcffc4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffc4 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue76.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow23.1%
Key (black)0.0%
Color previews
#bcffc4 text on a black background
contrast 18.24:1
Card sample
#bcffc4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffc4;
Background color
Panel with #bcffc4 background
background-color: #bcffc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffc4; background: linear-gradient(135deg, #bcffc4, #BCFFF1);