#b1f1dc
a light, vivid cyan · cool · closest name: aquamarine
RGB
177, 241, 220
HSL
160°, 70%, 82%
CMYK
27, 0, 9, 6
Luminance
0.7743
Every format
| HEX | #b1f1dc |
| RGB | rgb(177, 241, 220) |
| HSL | hsl(160, 70%, 82%) |
| CMYK | cmyk(27%, 0%, 9%, 6%) |
| LAB | lab(90.5 -24.3 3.7) |
| LCH | lch(90.5 24.6 171.4) |
| OKLCH | oklch(0.909 0.071 172.4) |
Copy-ready code
/* CSS */
color: #b1f1dc;
background-color: #b1f1dc;
/* Tailwind (arbitrary) */
class="text-[#b1f1dc] bg-[#b1f1dc]"
/* SCSS */
$brand: #b1f1dc;
/* SwiftUI */
Color(red: 0.694, green: 0.945, blue: 0.863)
/* Android */
Color.parseColor("#b1f1dc")Accessibility — WCAG contrast
Aa
#b1f1dc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1f1dc on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green94.5%
Blue86.3%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow8.7%
Key (black)5.5%
Color previews
#b1f1dc text on a black background
contrast 16.49:1
Card sample
#b1f1dc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1f1dc;
Background color
Panel with #b1f1dc background
background-color: #b1f1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1f1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 241, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 241, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1f1dc; background: linear-gradient(135deg, #b1f1dc, #B1DBF1);