#b2e5a1
a light, vivid green · cool · closest name: aquamarine
RGB
178, 229, 161
HSL
105°, 57%, 77%
CMYK
22, 0, 30, 10
Luminance
0.6808
Every format
| HEX | #b2e5a1 |
| RGB | rgb(178, 229, 161) |
| HSL | hsl(105, 57%, 77%) |
| CMYK | cmyk(22%, 0%, 30%, 10%) |
| LAB | lab(86.0 -28.8 28.0) |
| LCH | lch(86.0 40.2 135.8) |
| OKLCH | oklch(0.870 0.105 138.0) |
Copy-ready code
/* CSS */
color: #b2e5a1;
background-color: #b2e5a1;
/* Tailwind (arbitrary) */
class="text-[#b2e5a1] bg-[#b2e5a1]"
/* SCSS */
$brand: #b2e5a1;
/* SwiftUI */
Color(red: 0.698, green: 0.898, blue: 0.631)
/* Android */
Color.parseColor("#b2e5a1")Accessibility — WCAG contrast
Aa
#b2e5a1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e5a1 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green89.8%
Blue63.1%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow29.7%
Key (black)10.2%
Color previews
#b2e5a1 text on a black background
contrast 14.62:1
Card sample
#b2e5a1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e5a1;
Background color
Panel with #b2e5a1 background
background-color: #b2e5a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e5a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 229, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 229, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e5a1; background: linear-gradient(135deg, #b2e5a1, #A1E5BD);