#b1f2b7
a light, vivid green · cool · closest name: aquamarine
RGB
177, 242, 183
HSL
126°, 71%, 82%
CMYK
27, 0, 24, 5
Luminance
0.7627
Every format
| HEX | #b1f2b7 |
| RGB | rgb(177, 242, 183) |
| HSL | hsl(126, 71%, 82%) |
| CMYK | cmyk(27%, 0%, 24%, 5%) |
| LAB | lab(90.0 -31.7 22.1) |
| LCH | lch(90.0 38.6 145.1) |
| OKLCH | oklch(0.902 0.103 147.0) |
Copy-ready code
/* CSS */
color: #b1f2b7;
background-color: #b1f2b7;
/* Tailwind (arbitrary) */
class="text-[#b1f2b7] bg-[#b1f2b7]"
/* SCSS */
$brand: #b1f2b7;
/* SwiftUI */
Color(red: 0.694, green: 0.949, blue: 0.718)
/* Android */
Color.parseColor("#b1f2b7")Accessibility — WCAG contrast
Aa
#b1f2b7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1f2b7 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green94.9%
Blue71.8%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow24.4%
Key (black)5.1%
Color previews
#b1f2b7 text on a black background
contrast 16.25:1
Card sample
#b1f2b7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1f2b7;
Background color
Panel with #b1f2b7 background
background-color: #b1f2b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1f2b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 242, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 242, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1f2b7; background: linear-gradient(135deg, #b1f2b7, #B1F2E2);