#bcfba4
a light, electric green · cool · closest name: aquamarine
RGB
188, 251, 164
HSL
103°, 92%, 81%
CMYK
25, 0, 35, 2
Luminance
0.8237
Every format
| HEX | #bcfba4 |
| RGB | rgb(188, 251, 164) |
| HSL | hsl(103, 92%, 81%) |
| CMYK | cmyk(25%, 0%, 35%, 2%) |
| LAB | lab(92.7 -35.2 35.5) |
| LCH | lch(92.7 50.0 134.7) |
| OKLCH | oklch(0.925 0.131 137.4) |
Copy-ready code
/* CSS */
color: #bcfba4;
background-color: #bcfba4;
/* Tailwind (arbitrary) */
class="text-[#bcfba4] bg-[#bcfba4]"
/* SCSS */
$brand: #bcfba4;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.643)
/* Android */
Color.parseColor("#bcfba4")Accessibility — WCAG contrast
Aa
#bcfba4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfba4 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue64.3%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow34.7%
Key (black)1.6%
Color previews
#bcfba4 text on a black background
contrast 17.47:1
Card sample
#bcfba4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfba4;
Background color
Panel with #bcfba4 background
background-color: #bcfba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfba4; background: linear-gradient(135deg, #bcfba4, #A4FBC6);