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