#b1f1ce
a light, vivid green · cool · closest name: aquamarine
RGB
177, 241, 206
HSL
147°, 70%, 82%
CMYK
27, 0, 15, 6
Luminance
0.7671
Every format
| HEX | #b1f1ce |
| RGB | rgb(177, 241, 206) |
| HSL | hsl(147, 70%, 82%) |
| CMYK | cmyk(27%, 0%, 15%, 6%) |
| LAB | lab(90.2 -27.1 10.5) |
| LCH | lch(90.2 29.0 158.8) |
| OKLCH | oklch(0.906 0.081 160.3) |
Copy-ready code
/* CSS */
color: #b1f1ce;
background-color: #b1f1ce;
/* Tailwind (arbitrary) */
class="text-[#b1f1ce] bg-[#b1f1ce]"
/* SCSS */
$brand: #b1f1ce;
/* SwiftUI */
Color(red: 0.694, green: 0.945, blue: 0.808)
/* Android */
Color.parseColor("#b1f1ce")Accessibility — WCAG contrast
Aa
#b1f1ce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1f1ce on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green94.5%
Blue80.8%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow14.5%
Key (black)5.5%
Color previews
#b1f1ce text on a black background
contrast 16.34:1
Card sample
#b1f1ce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1f1ce;
Background color
Panel with #b1f1ce background
background-color: #b1f1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1f1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 241, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 241, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1f1ce; background: linear-gradient(135deg, #b1f1ce, #B1E9F1);