#bcfbc9
a pale, electric green · cool · closest name: aquamarine
RGB
188, 251, 201
HSL
132°, 89%, 86%
CMYK
25, 0, 20, 2
Luminance
0.8390
Every format
| HEX | #bcfbc9 |
| RGB | rgb(188, 251, 201) |
| HSL | hsl(132, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 20%, 2%) |
| LAB | lab(93.4 -29.3 17.7) |
| LCH | lch(93.4 34.3 148.9) |
| OKLCH | oklch(0.933 0.093 150.6) |
Copy-ready code
/* CSS */
color: #bcfbc9;
background-color: #bcfbc9;
/* Tailwind (arbitrary) */
class="text-[#bcfbc9] bg-[#bcfbc9]"
/* SCSS */
$brand: #bcfbc9;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#bcfbc9")Accessibility — WCAG contrast
Aa
#bcfbc9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfbc9 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue78.8%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#bcfbc9 text on a black background
contrast 17.78:1
Card sample
#bcfbc9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfbc9;
Background color
Panel with #bcfbc9 background
background-color: #bcfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfbc9; background: linear-gradient(135deg, #bcfbc9, #BCFBF3);