#b2f89f
a light, electric green · cool · closest name: aquamarine
RGB
178, 248, 159
HSL
107°, 86%, 80%
CMYK
28, 0, 36, 3
Luminance
0.7910
Every format
| HEX | #b2f89f |
| RGB | rgb(178, 248, 159) |
| HSL | hsl(107, 86%, 80%) |
| CMYK | cmyk(28%, 0%, 36%, 3%) |
| LAB | lab(91.3 -37.9 36.0) |
| LCH | lch(91.3 52.2 136.5) |
| OKLCH | oklch(0.912 0.137 139.1) |
Copy-ready code
/* CSS */
color: #b2f89f;
background-color: #b2f89f;
/* Tailwind (arbitrary) */
class="text-[#b2f89f] bg-[#b2f89f]"
/* SCSS */
$brand: #b2f89f;
/* SwiftUI */
Color(red: 0.698, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#b2f89f")Accessibility — WCAG contrast
Aa
#b2f89f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f89f on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.3%
Blue62.4%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#b2f89f text on a black background
contrast 16.82:1
Card sample
#b2f89f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f89f;
Background color
Panel with #b2f89f background
background-color: #b2f89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f89f; background: linear-gradient(135deg, #b2f89f, #9FF8C7);