#bcfce2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 252, 226
HSL
156°, 91%, 86%
CMYK
25, 0, 10, 1
Luminance
0.8580
Every format
| HEX | #bcfce2 |
| RGB | rgb(188, 252, 226) |
| HSL | hsl(156, 91%, 86%) |
| CMYK | cmyk(25%, 0%, 10%, 1%) |
| LAB | lab(94.2 -25.1 6.0) |
| LCH | lch(94.2 25.9 166.6) |
| OKLCH | oklch(0.941 0.073 167.8) |
Copy-ready code
/* CSS */
color: #bcfce2;
background-color: #bcfce2;
/* Tailwind (arbitrary) */
class="text-[#bcfce2] bg-[#bcfce2]"
/* SCSS */
$brand: #bcfce2;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#bcfce2")Accessibility — WCAG contrast
Aa
#bcfce2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfce2 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue88.6%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#bcfce2 text on a black background
contrast 18.16:1
Card sample
#bcfce2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfce2;
Background color
Panel with #bcfce2 background
background-color: #bcfce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfce2; background: linear-gradient(135deg, #bcfce2, #BCEBFC);