#b1fef2
a light, electric cyan · cool · closest name: turquoise
RGB
177, 254, 242
HSL
171°, 98%, 85%
CMYK
30, 0, 5, 0
Luminance
0.8664
Every format
| HEX | #b1fef2 |
| RGB | rgb(177, 254, 242) |
| HSL | hsl(171, 98%, 85%) |
| CMYK | cmyk(30%, 0%, 5%, 0%) |
| LAB | lab(94.6 -26.0 -1.8) |
| LCH | lch(94.6 26.1 184.0) |
| OKLCH | oklch(0.944 0.077 183.9) |
Copy-ready code
/* CSS */
color: #b1fef2;
background-color: #b1fef2;
/* Tailwind (arbitrary) */
class="text-[#b1fef2] bg-[#b1fef2]"
/* SCSS */
$brand: #b1fef2;
/* SwiftUI */
Color(red: 0.694, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#b1fef2")Accessibility — WCAG contrast
Aa
#b1fef2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fef2 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green99.6%
Blue94.9%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#b1fef2 text on a black background
contrast 18.33:1
Card sample
#b1fef2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fef2;
Background color
Panel with #b1fef2 background
background-color: #b1fef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fef2; background: linear-gradient(135deg, #b1fef2, #B1D7FE);