#b2eba3
a light, vivid green · cool · closest name: aquamarine
RGB
178, 235, 163
HSL
108°, 64%, 78%
CMYK
24, 0, 31, 8
Luminance
0.7153
Every format
| HEX | #b2eba3 |
| RGB | rgb(178, 235, 163) |
| HSL | hsl(108, 64%, 78%) |
| CMYK | cmyk(24%, 0%, 31%, 8%) |
| LAB | lab(87.7 -31.3 29.3) |
| LCH | lch(87.7 42.9 136.9) |
| OKLCH | oklch(0.883 0.113 139.2) |
Copy-ready code
/* CSS */
color: #b2eba3;
background-color: #b2eba3;
/* Tailwind (arbitrary) */
class="text-[#b2eba3] bg-[#b2eba3]"
/* SCSS */
$brand: #b2eba3;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#b2eba3")Accessibility — WCAG contrast
Aa
#b2eba3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eba3 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue63.9%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#b2eba3 text on a black background
contrast 15.31:1
Card sample
#b2eba3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eba3;
Background color
Panel with #b2eba3 background
background-color: #b2eba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eba3; background: linear-gradient(135deg, #b2eba3, #A3EBC4);