#b2fbab
a light, electric green · cool · closest name: aquamarine
RGB
178, 251, 171
HSL
115°, 91%, 83%
CMYK
29, 0, 32, 2
Luminance
0.8140
Every format
| HEX | #b2fbab |
| RGB | rgb(178, 251, 171) |
| HSL | hsl(115, 91%, 83%) |
| CMYK | cmyk(29%, 0%, 32%, 2%) |
| LAB | lab(92.3 -37.4 31.4) |
| LCH | lch(92.3 48.8 140.1) |
| OKLCH | oklch(0.920 0.129 142.4) |
Copy-ready code
/* CSS */
color: #b2fbab;
background-color: #b2fbab;
/* Tailwind (arbitrary) */
class="text-[#b2fbab] bg-[#b2fbab]"
/* SCSS */
$brand: #b2fbab;
/* SwiftUI */
Color(red: 0.698, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#b2fbab")Accessibility — WCAG contrast
Aa
#b2fbab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fbab on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.4%
Blue67.1%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#b2fbab text on a black background
contrast 17.28:1
Card sample
#b2fbab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fbab;
Background color
Panel with #b2fbab background
background-color: #b2fbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fbab; background: linear-gradient(135deg, #b2fbab, #ABFBD9);