#bcffe8
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 232
HSL
159°, 100%, 87%
CMYK
26, 0, 9, 0
Luminance
0.8804
Every format
| HEX | #bcffe8 |
| RGB | rgb(188, 255, 232) |
| HSL | hsl(159, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 9%, 0%) |
| LAB | lab(95.2 -25.4 4.3) |
| LCH | lch(95.2 25.8 170.4) |
| OKLCH | oklch(0.949 0.074 171.5) |
Copy-ready code
/* CSS */
color: #bcffe8;
background-color: #bcffe8;
/* Tailwind (arbitrary) */
class="text-[#bcffe8] bg-[#bcffe8]"
/* SCSS */
$brand: #bcffe8;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.910)
/* Android */
Color.parseColor("#bcffe8")Accessibility — WCAG contrast
Aa
#bcffe8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffe8 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue91.0%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow9.0%
Key (black)0.0%
Color previews
#bcffe8 text on a black background
contrast 18.61:1
Card sample
#bcffe8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffe8;
Background color
Panel with #bcffe8 background
background-color: #bcffe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffe8; background: linear-gradient(135deg, #bcffe8, #BCE9FF);