#b1f1b2
a light, vivid green · cool · closest name: aquamarine
RGB
177, 241, 178
HSL
121°, 70%, 82%
CMYK
27, 0, 26, 6
Luminance
0.7547
Every format
| HEX | #b1f1b2 |
| RGB | rgb(177, 241, 178) |
| HSL | hsl(121, 70%, 82%) |
| CMYK | cmyk(27%, 0%, 26%, 6%) |
| LAB | lab(89.6 -32.1 24.1) |
| LCH | lch(89.6 40.1 143.0) |
| OKLCH | oklch(0.899 0.107 145.0) |
Copy-ready code
/* CSS */
color: #b1f1b2;
background-color: #b1f1b2;
/* Tailwind (arbitrary) */
class="text-[#b1f1b2] bg-[#b1f1b2]"
/* SCSS */
$brand: #b1f1b2;
/* SwiftUI */
Color(red: 0.694, green: 0.945, blue: 0.698)
/* Android */
Color.parseColor("#b1f1b2")Accessibility — WCAG contrast
Aa
#b1f1b2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1f1b2 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green94.5%
Blue69.8%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow26.1%
Key (black)5.5%
Color previews
#b1f1b2 text on a black background
contrast 16.09:1
Card sample
#b1f1b2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1f1b2;
Background color
Panel with #b1f1b2 background
background-color: #b1f1b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1f1b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 241, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 241, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1f1b2; background: linear-gradient(135deg, #b1f1b2, #B1F1DD);