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