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