#bcffb4
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 180
HSL
114°, 100%, 85%
CMYK
26, 0, 29, 0
Luminance
0.8551
Every format
| HEX | #bcffb4 |
| RGB | rgb(188, 255, 180) |
| HSL | hsl(114, 100%, 85%) |
| CMYK | cmyk(26%, 0%, 29%, 0%) |
| LAB | lab(94.1 -34.6 29.3) |
| LCH | lch(94.1 45.4 139.7) |
| OKLCH | oklch(0.937 0.120 141.9) |
Copy-ready code
/* CSS */
color: #bcffb4;
background-color: #bcffb4;
/* Tailwind (arbitrary) */
class="text-[#bcffb4] bg-[#bcffb4]"
/* SCSS */
$brand: #bcffb4;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.706)
/* Android */
Color.parseColor("#bcffb4")Accessibility — WCAG contrast
Aa
#bcffb4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffb4 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue70.6%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow29.4%
Key (black)0.0%
Color previews
#bcffb4 text on a black background
contrast 18.10:1
Card sample
#bcffb4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffb4;
Background color
Panel with #bcffb4 background
background-color: #bcffb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffb4; background: linear-gradient(135deg, #bcffb4, #B4FFDE);