#b2ffab
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 171
HSL
115°, 100%, 84%
CMYK
30, 0, 33, 0
Luminance
0.8393
Every format
| HEX | #b2ffab |
| RGB | rgb(178, 255, 171) |
| HSL | hsl(115, 100%, 84%) |
| CMYK | cmyk(30%, 0%, 33%, 0%) |
| LAB | lab(93.4 -39.2 32.8) |
| LCH | lch(93.4 51.2 140.1) |
| OKLCH | oklch(0.929 0.135 142.4) |
Copy-ready code
/* CSS */
color: #b2ffab;
background-color: #b2ffab;
/* Tailwind (arbitrary) */
class="text-[#b2ffab] bg-[#b2ffab]"
/* SCSS */
$brand: #b2ffab;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#b2ffab")Accessibility — WCAG contrast
Aa
#b2ffab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffab on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue67.1%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#b2ffab text on a black background
contrast 17.79:1
Card sample
#b2ffab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffab;
Background color
Panel with #b2ffab background
background-color: #b2ffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffab; background: linear-gradient(135deg, #b2ffab, #ABFFDC);