#b2fec3
a light, electric green · cool · closest name: aquamarine
RGB
178, 254, 195
HSL
133°, 97%, 85%
CMYK
30, 0, 23, 0
Luminance
0.8429
Every format
| HEX | #b2fec3 |
| RGB | rgb(178, 254, 195) |
| HSL | hsl(133, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 23%, 0%) |
| LAB | lab(93.6 -34.9 20.9) |
| LCH | lch(93.6 40.7 149.0) |
| OKLCH | oklch(0.932 0.110 150.8) |
Copy-ready code
/* CSS */
color: #b2fec3;
background-color: #b2fec3;
/* Tailwind (arbitrary) */
class="text-[#b2fec3] bg-[#b2fec3]"
/* SCSS */
$brand: #b2fec3;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.765)
/* Android */
Color.parseColor("#b2fec3")Accessibility — WCAG contrast
Aa
#b2fec3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fec3 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue76.5%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow23.2%
Key (black)0.4%
Color previews
#b2fec3 text on a black background
contrast 17.86:1
Card sample
#b2fec3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fec3;
Background color
Panel with #b2fec3 background
background-color: #b2fec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fec3; background: linear-gradient(135deg, #b2fec3, #B2FEF6);