#b1dcfd
a light, electric blue · cool · closest name: skyblue
RGB
177, 220, 253
HSL
206°, 95%, 84%
CMYK
30, 13, 0, 1
Luminance
0.6763
Every format
| HEX | #b1dcfd |
| RGB | rgb(177, 220, 253) |
| HSL | hsl(206, 95%, 84%) |
| CMYK | cmyk(30%, 13%, 0%, 1%) |
| LAB | lab(85.8 -6.5 -20.6) |
| LCH | lch(85.8 21.6 252.4) |
| OKLCH | oklch(0.875 0.064 241.5) |
Copy-ready code
/* CSS */
color: #b1dcfd;
background-color: #b1dcfd;
/* Tailwind (arbitrary) */
class="text-[#b1dcfd] bg-[#b1dcfd]"
/* SCSS */
$brand: #b1dcfd;
/* SwiftUI */
Color(red: 0.694, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#b1dcfd")Accessibility — WCAG contrast
Aa
#b1dcfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dcfd on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green86.3%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b1dcfd text on a black background
contrast 14.53:1
Card sample
#b1dcfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dcfd;
Background color
Panel with #b1dcfd background
background-color: #b1dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dcfd; background: linear-gradient(135deg, #b1dcfd, #B9B1FD);