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