#b1ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
177, 235, 253
HSL
194°, 95%, 84%
CMYK
30, 7, 0, 1
Luminance
0.7586
Every format
| HEX | #b1ebfd |
| RGB | rgb(177, 235, 253) |
| HSL | hsl(194, 95%, 84%) |
| CMYK | cmyk(30%, 7%, 0%, 1%) |
| LAB | lab(89.8 -14.2 -14.6) |
| LCH | lch(89.8 20.4 225.8) |
| OKLCH | oklch(0.906 0.064 218.9) |
Copy-ready code
/* CSS */
color: #b1ebfd;
background-color: #b1ebfd;
/* Tailwind (arbitrary) */
class="text-[#b1ebfd] bg-[#b1ebfd]"
/* SCSS */
$brand: #b1ebfd;
/* SwiftUI */
Color(red: 0.694, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#b1ebfd")Accessibility — WCAG contrast
Aa
#b1ebfd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ebfd on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green92.2%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b1ebfd text on a black background
contrast 16.17:1
Card sample
#b1ebfd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ebfd;
Background color
Panel with #b1ebfd background
background-color: #b1ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ebfd; background: linear-gradient(135deg, #b1ebfd, #B1B8FD);