#b2fee2
a light, electric green · cool · closest name: aquamarine
RGB
178, 254, 226
HSL
158°, 97%, 85%
CMYK
30, 0, 11, 0
Luminance
0.8584
Every format
| HEX | #b2fee2 |
| RGB | rgb(178, 254, 226) |
| HSL | hsl(158, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 11%, 0%) |
| LAB | lab(94.2 -29.0 6.0) |
| LCH | lch(94.2 29.6 168.4) |
| OKLCH | oklch(0.940 0.084 169.5) |
Copy-ready code
/* CSS */
color: #b2fee2;
background-color: #b2fee2;
/* Tailwind (arbitrary) */
class="text-[#b2fee2] bg-[#b2fee2]"
/* SCSS */
$brand: #b2fee2;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#b2fee2")Accessibility — WCAG contrast
Aa
#b2fee2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fee2 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue88.6%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#b2fee2 text on a black background
contrast 18.17:1
Card sample
#b2fee2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fee2;
Background color
Panel with #b2fee2 background
background-color: #b2fee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fee2; background: linear-gradient(135deg, #b2fee2, #B2E7FE);