#b2ffce
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 206
HSL
142°, 100%, 85%
CMYK
30, 0, 19, 0
Luminance
0.8544
Every format
| HEX | #b2ffce |
| RGB | rgb(178, 255, 206) |
| HSL | hsl(142, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 19%, 0%) |
| LAB | lab(94.1 -33.4 16.0) |
| LCH | lch(94.1 37.0 154.4) |
| OKLCH | oklch(0.937 0.101 156.0) |
Copy-ready code
/* CSS */
color: #b2ffce;
background-color: #b2ffce;
/* Tailwind (arbitrary) */
class="text-[#b2ffce] bg-[#b2ffce]"
/* SCSS */
$brand: #b2ffce;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#b2ffce")Accessibility — WCAG contrast
Aa
#b2ffce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffce on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue80.8%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#b2ffce text on a black background
contrast 18.09:1
Card sample
#b2ffce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffce;
Background color
Panel with #b2ffce background
background-color: #b2ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffce; background: linear-gradient(135deg, #b2ffce, #B2FDFF);