#bcfbc2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 251, 194
HSL
126°, 89%, 86%
CMYK
25, 0, 23, 2
Luminance
0.8358
Every format
| HEX | #bcfbc2 |
| RGB | rgb(188, 251, 194) |
| HSL | hsl(126, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 23%, 2%) |
| LAB | lab(93.3 -30.5 21.1) |
| LCH | lch(93.3 37.1 145.4) |
| OKLCH | oklch(0.931 0.100 147.2) |
Copy-ready code
/* CSS */
color: #bcfbc2;
background-color: #bcfbc2;
/* Tailwind (arbitrary) */
class="text-[#bcfbc2] bg-[#bcfbc2]"
/* SCSS */
$brand: #bcfbc2;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#bcfbc2")Accessibility — WCAG contrast
Aa
#bcfbc2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfbc2 on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue76.1%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#bcfbc2 text on a black background
contrast 17.72:1
Card sample
#bcfbc2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfbc2;
Background color
Panel with #bcfbc2 background
background-color: #bcfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfbc2; background: linear-gradient(135deg, #bcfbc2, #BCFBEC);