#b1fffd
a light, electric cyan · cool · closest name: skyblue
RGB
177, 255, 253
HSL
179°, 100%, 85%
CMYK
31, 0, 1, 0
Luminance
0.8796
Every format
| HEX | #b1fffd |
| RGB | rgb(177, 255, 253) |
| HSL | hsl(179, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 1%, 0%) |
| LAB | lab(95.1 -24.1 -6.7) |
| LCH | lch(95.1 25.0 195.5) |
| OKLCH | oklch(0.949 0.076 193.9) |
Copy-ready code
/* CSS */
color: #b1fffd;
background-color: #b1fffd;
/* Tailwind (arbitrary) */
class="text-[#b1fffd] bg-[#b1fffd]"
/* SCSS */
$brand: #b1fffd;
/* SwiftUI */
Color(red: 0.694, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#b1fffd")Accessibility — WCAG contrast
Aa
#b1fffd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fffd on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green100.0%
Blue99.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#b1fffd text on a black background
contrast 18.59:1
Card sample
#b1fffd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fffd;
Background color
Panel with #b1fffd background
background-color: #b1fffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fffd; background: linear-gradient(135deg, #b1fffd, #B1CDFF);