#bcffba
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 186
HSL
118°, 100%, 87%
CMYK
26, 0, 27, 0
Luminance
0.8576
Every format
| HEX | #bcffba |
| RGB | rgb(188, 255, 186) |
| HSL | hsl(118, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 27%, 0%) |
| LAB | lab(94.2 -33.7 26.4) |
| LCH | lch(94.2 42.8 141.9) |
| OKLCH | oklch(0.938 0.114 143.9) |
Copy-ready code
/* CSS */
color: #bcffba;
background-color: #bcffba;
/* Tailwind (arbitrary) */
class="text-[#bcffba] bg-[#bcffba]"
/* SCSS */
$brand: #bcffba;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#bcffba")Accessibility — WCAG contrast
Aa
#bcffba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffba on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#bcffba text on a black background
contrast 18.15:1
Card sample
#bcffba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffba;
Background color
Panel with #bcffba background
background-color: #bcffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffba; background: linear-gradient(135deg, #bcffba, #BAFFE6);