#b2f49f
a light, electric green · cool · closest name: aquamarine
RGB
178, 244, 159
HSL
107°, 79%, 79%
CMYK
27, 0, 35, 4
Luminance
0.7667
Every format
| HEX | #b2f49f |
| RGB | rgb(178, 244, 159) |
| HSL | hsl(107, 79%, 79%) |
| CMYK | cmyk(27%, 0%, 35%, 4%) |
| LAB | lab(90.2 -36.1 34.5) |
| LCH | lch(90.2 49.9 136.2) |
| OKLCH | oklch(0.903 0.131 138.8) |
Copy-ready code
/* CSS */
color: #b2f49f;
background-color: #b2f49f;
/* Tailwind (arbitrary) */
class="text-[#b2f49f] bg-[#b2f49f]"
/* SCSS */
$brand: #b2f49f;
/* SwiftUI */
Color(red: 0.698, green: 0.957, blue: 0.624)
/* Android */
Color.parseColor("#b2f49f")Accessibility — WCAG contrast
Aa
#b2f49f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f49f on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green95.7%
Blue62.4%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow34.8%
Key (black)4.3%
Color previews
#b2f49f text on a black background
contrast 16.33:1
Card sample
#b2f49f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f49f;
Background color
Panel with #b2f49f background
background-color: #b2f49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 244, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 244, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f49f; background: linear-gradient(135deg, #b2f49f, #9FF4C5);