#b1defb
a light, electric blue · cool · closest name: skyblue
RGB
177, 222, 251
HSL
204°, 90%, 84%
CMYK
30, 12, 0, 2
Luminance
0.6855
Every format
| HEX | #b1defb |
| RGB | rgb(177, 222, 251) |
| HSL | hsl(204, 90%, 84%) |
| CMYK | cmyk(30%, 12%, 0%, 2%) |
| LAB | lab(86.3 -8.0 -18.9) |
| LCH | lch(86.3 20.5 246.9) |
| OKLCH | oklch(0.878 0.062 236.7) |
Copy-ready code
/* CSS */
color: #b1defb;
background-color: #b1defb;
/* Tailwind (arbitrary) */
class="text-[#b1defb] bg-[#b1defb]"
/* SCSS */
$brand: #b1defb;
/* SwiftUI */
Color(red: 0.694, green: 0.871, blue: 0.984)
/* Android */
Color.parseColor("#b1defb")Accessibility — WCAG contrast
Aa
#b1defb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1defb on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.1%
Blue98.4%
CMYK percentages
Cyan29.5%
Magenta11.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b1defb text on a black background
contrast 14.71:1
Card sample
#b1defb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1defb;
Background color
Panel with #b1defb background
background-color: #b1defb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1defb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 222, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 222, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1defb; background: linear-gradient(135deg, #b1defb, #B5B1FB);