#b2f1ab
a light, vivid green · cool · closest name: aquamarine
RGB
178, 241, 171
HSL
114°, 71%, 81%
CMYK
26, 0, 29, 6
Luminance
0.7532
Every format
| HEX | #b2f1ab |
| RGB | rgb(178, 241, 171) |
| HSL | hsl(114, 71%, 81%) |
| CMYK | cmyk(26%, 0%, 29%, 6%) |
| LAB | lab(89.5 -32.9 27.6) |
| LCH | lch(89.5 42.9 140.0) |
| OKLCH | oklch(0.898 0.114 142.1) |
Copy-ready code
/* CSS */
color: #b2f1ab;
background-color: #b2f1ab;
/* Tailwind (arbitrary) */
class="text-[#b2f1ab] bg-[#b2f1ab]"
/* SCSS */
$brand: #b2f1ab;
/* SwiftUI */
Color(red: 0.698, green: 0.945, blue: 0.671)
/* Android */
Color.parseColor("#b2f1ab")Accessibility — WCAG contrast
Aa
#b2f1ab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f1ab on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.5%
Blue67.1%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow29.0%
Key (black)5.5%
Color previews
#b2f1ab text on a black background
contrast 16.06:1
Card sample
#b2f1ab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f1ab;
Background color
Panel with #b2f1ab background
background-color: #b2f1ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f1ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 241, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 241, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f1ab; background: linear-gradient(135deg, #b2f1ab, #ABF1D3);