#bcffc2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 194
HSL
125°, 100%, 87%
CMYK
26, 0, 24, 0
Luminance
0.8611
Every format
| HEX | #bcffc2 |
| RGB | rgb(188, 255, 194) |
| HSL | hsl(125, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 24%, 0%) |
| LAB | lab(94.4 -32.4 22.6) |
| LCH | lch(94.4 39.5 145.1) |
| OKLCH | oklch(0.940 0.106 147.0) |
Copy-ready code
/* CSS */
color: #bcffc2;
background-color: #bcffc2;
/* Tailwind (arbitrary) */
class="text-[#bcffc2] bg-[#bcffc2]"
/* SCSS */
$brand: #bcffc2;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#bcffc2")Accessibility — WCAG contrast
Aa
#bcffc2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffc2 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue76.1%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#bcffc2 text on a black background
contrast 18.22:1
Card sample
#bcffc2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffc2;
Background color
Panel with #bcffc2 background
background-color: #bcffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffc2; background: linear-gradient(135deg, #bcffc2, #BCFFEF);