#b1dffc
a light, electric blue · cool · closest name: skyblue
RGB
177, 223, 252
HSL
203°, 93%, 84%
CMYK
30, 12, 0, 1
Luminance
0.6915
Every format
| HEX | #b1dffc |
| RGB | rgb(177, 223, 252) |
| HSL | hsl(203, 93%, 84%) |
| CMYK | cmyk(30%, 12%, 0%, 1%) |
| LAB | lab(86.6 -8.3 -18.9) |
| LCH | lch(86.6 20.7 246.3) |
| OKLCH | oklch(0.881 0.062 236.1) |
Copy-ready code
/* CSS */
color: #b1dffc;
background-color: #b1dffc;
/* Tailwind (arbitrary) */
class="text-[#b1dffc] bg-[#b1dffc]"
/* SCSS */
$brand: #b1dffc;
/* SwiftUI */
Color(red: 0.694, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b1dffc")Accessibility — WCAG contrast
Aa
#b1dffc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dffc on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.5%
Blue98.8%
CMYK percentages
Cyan29.8%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b1dffc text on a black background
contrast 14.83:1
Card sample
#b1dffc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dffc;
Background color
Panel with #b1dffc background
background-color: #b1dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dffc; background: linear-gradient(135deg, #b1dffc, #B5B1FC);