#b2fe9b
a light, electric green · cool · closest name: aquamarine
RGB
178, 254, 155
HSL
106°, 98%, 80%
CMYK
30, 0, 39, 0
Luminance
0.8272
Every format
| HEX | #b2fe9b |
| RGB | rgb(178, 254, 155) |
| HSL | hsl(106, 98%, 80%) |
| CMYK | cmyk(30%, 0%, 39%, 0%) |
| LAB | lab(92.9 -41.1 40.1) |
| LCH | lch(92.9 57.4 135.7) |
| OKLCH | oklch(0.924 0.150 138.6) |
Copy-ready code
/* CSS */
color: #b2fe9b;
background-color: #b2fe9b;
/* Tailwind (arbitrary) */
class="text-[#b2fe9b] bg-[#b2fe9b]"
/* SCSS */
$brand: #b2fe9b;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#b2fe9b")Accessibility — WCAG contrast
Aa
#b2fe9b on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fe9b on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue60.8%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#b2fe9b text on a black background
contrast 17.54:1
Card sample
#b2fe9b text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fe9b;
Background color
Panel with #b2fe9b background
background-color: #b2fe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fe9b; background: linear-gradient(135deg, #b2fe9b, #9BFEC6);