#b1f5ff
a light, electric cyan · cool · closest name: skyblue
RGB
177, 245, 255
HSL
188°, 100%, 85%
CMYK
31, 4, 0, 0
Luminance
0.8187
Every format
| HEX | #b1f5ff |
| RGB | rgb(177, 245, 255) |
| HSL | hsl(188, 100%, 85%) |
| CMYK | cmyk(31%, 4%, 0%, 0%) |
| LAB | lab(92.5 -18.8 -11.6) |
| LCH | lch(92.5 22.1 211.7) |
| OKLCH | oklch(0.928 0.069 207.4) |
Copy-ready code
/* CSS */
color: #b1f5ff;
background-color: #b1f5ff;
/* Tailwind (arbitrary) */
class="text-[#b1f5ff] bg-[#b1f5ff]"
/* SCSS */
$brand: #b1f5ff;
/* SwiftUI */
Color(red: 0.694, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#b1f5ff")Accessibility — WCAG contrast
Aa
#b1f5ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1f5ff on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green96.1%
Blue100.0%
CMYK percentages
Cyan30.6%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#b1f5ff text on a black background
contrast 17.37:1
Card sample
#b1f5ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1f5ff;
Background color
Panel with #b1f5ff background
background-color: #b1f5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1f5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1f5ff; background: linear-gradient(135deg, #b1f5ff, #B1C1FF);