#b2eeac
a light, vivid green · cool · closest name: aquamarine
RGB
178, 238, 172
HSL
115°, 66%, 80%
CMYK
25, 0, 28, 7
Luminance
0.7359
Every format
| HEX | #b2eeac |
| RGB | rgb(178, 238, 172) |
| HSL | hsl(115, 66%, 80%) |
| CMYK | cmyk(25%, 0%, 28%, 7%) |
| LAB | lab(88.7 -31.3 26.0) |
| LCH | lch(88.7 40.7 140.3) |
| OKLCH | oklch(0.892 0.108 142.4) |
Copy-ready code
/* CSS */
color: #b2eeac;
background-color: #b2eeac;
/* Tailwind (arbitrary) */
class="text-[#b2eeac] bg-[#b2eeac]"
/* SCSS */
$brand: #b2eeac;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#b2eeac")Accessibility — WCAG contrast
Aa
#b2eeac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eeac on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue67.5%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#b2eeac text on a black background
contrast 15.72:1
Card sample
#b2eeac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eeac;
Background color
Panel with #b2eeac background
background-color: #b2eeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eeac; background: linear-gradient(135deg, #b2eeac, #ACEED2);