#b2f99f
a light, electric green · cool · closest name: aquamarine
RGB
178, 249, 159
HSL
107°, 88%, 80%
CMYK
29, 0, 36, 2
Luminance
0.7972
Every format
| HEX | #b2f99f |
| RGB | rgb(178, 249, 159) |
| HSL | hsl(107, 88%, 80%) |
| CMYK | cmyk(29%, 0%, 36%, 2%) |
| LAB | lab(91.6 -38.3 36.4) |
| LCH | lch(91.6 52.8 136.5) |
| OKLCH | oklch(0.914 0.138 139.2) |
Copy-ready code
/* CSS */
color: #b2f99f;
background-color: #b2f99f;
/* Tailwind (arbitrary) */
class="text-[#b2f99f] bg-[#b2f99f]"
/* SCSS */
$brand: #b2f99f;
/* SwiftUI */
Color(red: 0.698, green: 0.976, blue: 0.624)
/* Android */
Color.parseColor("#b2f99f")Accessibility — WCAG contrast
Aa
#b2f99f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f99f on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.6%
Blue62.4%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow36.1%
Key (black)2.4%
Color previews
#b2f99f text on a black background
contrast 16.94:1
Card sample
#b2f99f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f99f;
Background color
Panel with #b2f99f background
background-color: #b2f99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 249, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 249, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f99f; background: linear-gradient(135deg, #b2f99f, #9FF9C8);