#b4e2ab
a light, vivid green · cool · closest name: aquamarine
RGB
180, 226, 171
HSL
110°, 49%, 78%
CMYK
20, 0, 24, 11
Luminance
0.6704
Every format
| HEX | #b4e2ab |
| RGB | rgb(180, 226, 171) |
| HSL | hsl(110, 49%, 78%) |
| CMYK | cmyk(20%, 0%, 24%, 11%) |
| LAB | lab(85.5 -25.1 22.1) |
| LCH | lch(85.5 33.5 138.6) |
| OKLCH | oklch(0.866 0.089 140.5) |
Copy-ready code
/* CSS */
color: #b4e2ab;
background-color: #b4e2ab;
/* Tailwind (arbitrary) */
class="text-[#b4e2ab] bg-[#b4e2ab]"
/* SCSS */
$brand: #b4e2ab;
/* SwiftUI */
Color(red: 0.706, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#b4e2ab")Accessibility — WCAG contrast
Aa
#b4e2ab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4e2ab on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green88.6%
Blue67.1%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#b4e2ab text on a black background
contrast 14.41:1
Card sample
#b4e2ab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4e2ab;
Background color
Panel with #b4e2ab background
background-color: #b4e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4e2ab; background: linear-gradient(135deg, #b4e2ab, #ABE2C7);