#b1f1e3
a light, vivid cyan · cool · closest name: beige
RGB
177, 241, 227
HSL
167°, 70%, 82%
CMYK
27, 0, 6, 6
Luminance
0.7780
Every format
| HEX | #b1f1e3 |
| RGB | rgb(177, 241, 227) |
| HSL | hsl(167, 70%, 82%) |
| CMYK | cmyk(27%, 0%, 6%, 6%) |
| LAB | lab(90.7 -22.9 0.3) |
| LCH | lch(90.7 22.9 179.3) |
| OKLCH | oklch(0.911 0.067 179.7) |
Copy-ready code
/* CSS */
color: #b1f1e3;
background-color: #b1f1e3;
/* Tailwind (arbitrary) */
class="text-[#b1f1e3] bg-[#b1f1e3]"
/* SCSS */
$brand: #b1f1e3;
/* SwiftUI */
Color(red: 0.694, green: 0.945, blue: 0.890)
/* Android */
Color.parseColor("#b1f1e3")Accessibility — WCAG contrast
Aa
#b1f1e3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1f1e3 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green94.5%
Blue89.0%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow5.8%
Key (black)5.5%
Color previews
#b1f1e3 text on a black background
contrast 16.56:1
Card sample
#b1f1e3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1f1e3;
Background color
Panel with #b1f1e3 background
background-color: #b1f1e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1f1e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 241, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 241, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1f1e3; background: linear-gradient(135deg, #b1f1e3, #B1D4F1);