#bcfdbf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 253, 191
HSL
123°, 94%, 87%
CMYK
26, 0, 25, 1
Luminance
0.8470
Every format
| HEX | #bcfdbf |
| RGB | rgb(188, 253, 191) |
| HSL | hsl(123, 94%, 87%) |
| CMYK | cmyk(26%, 0%, 25%, 1%) |
| LAB | lab(93.8 -32.0 23.3) |
| LCH | lch(93.8 39.5 143.9) |
| OKLCH | oklch(0.935 0.106 145.8) |
Copy-ready code
/* CSS */
color: #bcfdbf;
background-color: #bcfdbf;
/* Tailwind (arbitrary) */
class="text-[#bcfdbf] bg-[#bcfdbf]"
/* SCSS */
$brand: #bcfdbf;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#bcfdbf")Accessibility — WCAG contrast
Aa
#bcfdbf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdbf on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue74.9%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#bcfdbf text on a black background
contrast 17.94:1
Card sample
#bcfdbf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdbf;
Background color
Panel with #bcfdbf background
background-color: #bcfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdbf; background: linear-gradient(135deg, #bcfdbf, #BCFDEA);