#b0e2ab
a light, vivid green · cool · closest name: aquamarine
RGB
176, 226, 171
HSL
115°, 49%, 78%
CMYK
22, 0, 24, 11
Luminance
0.6656
Every format
| HEX | #b0e2ab |
| RGB | rgb(176, 226, 171) |
| HSL | hsl(115, 49%, 78%) |
| CMYK | cmyk(22%, 0%, 24%, 11%) |
| LAB | lab(85.3 -26.4 21.8) |
| LCH | lch(85.3 34.3 140.5) |
| OKLCH | oklch(0.864 0.091 142.4) |
Copy-ready code
/* CSS */
color: #b0e2ab;
background-color: #b0e2ab;
/* Tailwind (arbitrary) */
class="text-[#b0e2ab] bg-[#b0e2ab]"
/* SCSS */
$brand: #b0e2ab;
/* SwiftUI */
Color(red: 0.690, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#b0e2ab")Accessibility — WCAG contrast
Aa
#b0e2ab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0e2ab on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green88.6%
Blue67.1%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#b0e2ab text on a black background
contrast 14.31:1
Card sample
#b0e2ab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0e2ab;
Background color
Panel with #b0e2ab background
background-color: #b0e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e2ab; background: linear-gradient(135deg, #b0e2ab, #ABE2CB);