#b2e1ac
a light, vivid green · cool · closest name: aquamarine
RGB
178, 225, 172
HSL
113°, 47%, 78%
CMYK
21, 0, 24, 12
Luminance
0.6629
Every format
| HEX | #b2e1ac |
| RGB | rgb(178, 225, 172) |
| HSL | hsl(113, 47%, 78%) |
| CMYK | cmyk(21%, 0%, 24%, 12%) |
| LAB | lab(85.2 -25.1 21.1) |
| LCH | lch(85.2 32.8 140.0) |
| OKLCH | oklch(0.863 0.087 141.9) |
Copy-ready code
/* CSS */
color: #b2e1ac;
background-color: #b2e1ac;
/* Tailwind (arbitrary) */
class="text-[#b2e1ac] bg-[#b2e1ac]"
/* SCSS */
$brand: #b2e1ac;
/* SwiftUI */
Color(red: 0.698, green: 0.882, blue: 0.675)
/* Android */
Color.parseColor("#b2e1ac")Accessibility — WCAG contrast
Aa
#b2e1ac on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e1ac on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green88.2%
Blue67.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow23.6%
Key (black)11.8%
Color previews
#b2e1ac text on a black background
contrast 14.26:1
Card sample
#b2e1ac text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e1ac;
Background color
Panel with #b2e1ac background
background-color: #b2e1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 225, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 225, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e1ac; background: linear-gradient(135deg, #b2e1ac, #ACE1C9);