#b2f1ba
a light, vivid green · cool · closest name: aquamarine
RGB
178, 241, 186
HSL
128°, 69%, 82%
CMYK
26, 0, 23, 6
Luminance
0.7592
Every format
| HEX | #b2f1ba |
| RGB | rgb(178, 241, 186) |
| HSL | hsl(128, 69%, 82%) |
| CMYK | cmyk(26%, 0%, 23%, 6%) |
| LAB | lab(89.8 -30.4 20.3) |
| LCH | lch(89.8 36.6 146.2) |
| OKLCH | oklch(0.901 0.098 148.0) |
Copy-ready code
/* CSS */
color: #b2f1ba;
background-color: #b2f1ba;
/* Tailwind (arbitrary) */
class="text-[#b2f1ba] bg-[#b2f1ba]"
/* SCSS */
$brand: #b2f1ba;
/* SwiftUI */
Color(red: 0.698, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#b2f1ba")Accessibility — WCAG contrast
Aa
#b2f1ba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f1ba on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.5%
Blue72.9%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#b2f1ba text on a black background
contrast 16.18:1
Card sample
#b2f1ba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f1ba;
Background color
Panel with #b2f1ba background
background-color: #b2f1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f1ba; background: linear-gradient(135deg, #b2f1ba, #B2F1E4);