#b2eeba
a light, vivid green · cool · closest name: aquamarine
RGB
178, 238, 186
HSL
128°, 64%, 82%
CMYK
25, 0, 22, 7
Luminance
0.7416
Every format
| HEX | #b2eeba |
| RGB | rgb(178, 238, 186) |
| HSL | hsl(128, 64%, 82%) |
| CMYK | cmyk(25%, 0%, 22%, 7%) |
| LAB | lab(89.0 -29.0 19.2) |
| LCH | lch(89.0 34.7 146.5) |
| OKLCH | oklch(0.895 0.093 148.3) |
Copy-ready code
/* CSS */
color: #b2eeba;
background-color: #b2eeba;
/* Tailwind (arbitrary) */
class="text-[#b2eeba] bg-[#b2eeba]"
/* SCSS */
$brand: #b2eeba;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#b2eeba")Accessibility — WCAG contrast
Aa
#b2eeba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eeba on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue72.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#b2eeba text on a black background
contrast 15.83:1
Card sample
#b2eeba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eeba;
Background color
Panel with #b2eeba background
background-color: #b2eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eeba; background: linear-gradient(135deg, #b2eeba, #B2EEE2);