#bcffd2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 210
HSL
140°, 100%, 87%
CMYK
26, 0, 18, 0
Luminance
0.8686
Every format
| HEX | #bcffd2 |
| RGB | rgb(188, 255, 210) |
| HSL | hsl(140, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 18%, 0%) |
| LAB | lab(94.7 -29.6 14.9) |
| LCH | lch(94.7 33.1 153.3) |
| OKLCH | oklch(0.944 0.090 154.9) |
Copy-ready code
/* CSS */
color: #bcffd2;
background-color: #bcffd2;
/* Tailwind (arbitrary) */
class="text-[#bcffd2] bg-[#bcffd2]"
/* SCSS */
$brand: #bcffd2;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#bcffd2")Accessibility — WCAG contrast
Aa
#bcffd2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffd2 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue82.4%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#bcffd2 text on a black background
contrast 18.37:1
Card sample
#bcffd2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffd2;
Background color
Panel with #bcffd2 background
background-color: #bcffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffd2; background: linear-gradient(135deg, #bcffd2, #BCFFFF);