#b2eebf
a light, vivid green · cool · closest name: aquamarine
RGB
178, 238, 191
HSL
133°, 64%, 82%
CMYK
25, 0, 20, 7
Luminance
0.7438
Every format
| HEX | #b2eebf |
| RGB | rgb(178, 238, 191) |
| HSL | hsl(133, 64%, 82%) |
| CMYK | cmyk(25%, 0%, 20%, 7%) |
| LAB | lab(89.1 -28.1 16.7) |
| LCH | lch(89.1 32.7 149.2) |
| OKLCH | oklch(0.896 0.088 150.9) |
Copy-ready code
/* CSS */
color: #b2eebf;
background-color: #b2eebf;
/* Tailwind (arbitrary) */
class="text-[#b2eebf] bg-[#b2eebf]"
/* SCSS */
$brand: #b2eebf;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#b2eebf")Accessibility — WCAG contrast
Aa
#b2eebf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eebf on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue74.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow19.7%
Key (black)6.7%
Color previews
#b2eebf text on a black background
contrast 15.88:1
Card sample
#b2eebf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eebf;
Background color
Panel with #b2eebf background
background-color: #b2eebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eebf; background: linear-gradient(135deg, #b2eebf, #B2EEE7);