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