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