#b2f89b
a light, electric green · cool · closest name: aquamarine
RGB
178, 248, 155
HSL
105°, 87%, 79%
CMYK
28, 0, 38, 3
Luminance
0.7897
Every format
| HEX | #b2f89b |
| RGB | rgb(178, 248, 155) |
| HSL | hsl(105, 87%, 79%) |
| CMYK | cmyk(28%, 0%, 38%, 3%) |
| LAB | lab(91.2 -38.4 37.9) |
| LCH | lch(91.2 54.0 135.4) |
| OKLCH | oklch(0.911 0.141 138.2) |
Copy-ready code
/* CSS */
color: #b2f89b;
background-color: #b2f89b;
/* Tailwind (arbitrary) */
class="text-[#b2f89b] bg-[#b2f89b]"
/* SCSS */
$brand: #b2f89b;
/* SwiftUI */
Color(red: 0.698, green: 0.973, blue: 0.608)
/* Android */
Color.parseColor("#b2f89b")Accessibility — WCAG contrast
Aa
#b2f89b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f89b on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.3%
Blue60.8%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow37.5%
Key (black)2.7%
Color previews
#b2f89b text on a black background
contrast 16.79:1
Card sample
#b2f89b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f89b;
Background color
Panel with #b2f89b background
background-color: #b2f89b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f89b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 248, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 248, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f89b; background: linear-gradient(135deg, #b2f89b, #9BF8C2);