#bcffe2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 226
HSL
154°, 100%, 87%
CMYK
26, 0, 11, 0
Luminance
0.8770
Every format
| HEX | #bcffe2 |
| RGB | rgb(188, 255, 226) |
| HSL | hsl(154, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 11%, 0%) |
| LAB | lab(95.0 -26.6 7.2) |
| LCH | lch(95.0 27.5 164.9) |
| OKLCH | oklch(0.948 0.078 166.2) |
Copy-ready code
/* CSS */
color: #bcffe2;
background-color: #bcffe2;
/* Tailwind (arbitrary) */
class="text-[#bcffe2] bg-[#bcffe2]"
/* SCSS */
$brand: #bcffe2;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#bcffe2")Accessibility — WCAG contrast
Aa
#bcffe2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffe2 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue88.6%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#bcffe2 text on a black background
contrast 18.54:1
Card sample
#bcffe2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffe2;
Background color
Panel with #bcffe2 background
background-color: #bcffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffe2; background: linear-gradient(135deg, #bcffe2, #BCEFFF);