#b1fefd
a light, electric cyan · cool · closest name: skyblue
RGB
177, 254, 253
HSL
179°, 98%, 85%
CMYK
30, 0, 0, 0
Luminance
0.8732
Every format
| HEX | #b1fefd |
| RGB | rgb(177, 254, 253) |
| HSL | hsl(179, 98%, 85%) |
| CMYK | cmyk(30%, 0%, 0%, 0%) |
| LAB | lab(94.9 -23.6 -7.1) |
| LCH | lch(94.9 24.6 196.7) |
| OKLCH | oklch(0.947 0.075 194.9) |
Copy-ready code
/* CSS */
color: #b1fefd;
background-color: #b1fefd;
/* Tailwind (arbitrary) */
class="text-[#b1fefd] bg-[#b1fefd]"
/* SCSS */
$brand: #b1fefd;
/* SwiftUI */
Color(red: 0.694, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#b1fefd")Accessibility — WCAG contrast
Aa
#b1fefd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fefd on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green99.6%
Blue99.2%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#b1fefd text on a black background
contrast 18.46:1
Card sample
#b1fefd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fefd;
Background color
Panel with #b1fefd background
background-color: #b1fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fefd; background: linear-gradient(135deg, #b1fefd, #B1CCFE);