#b1dafd
a light, electric blue · cool · closest name: skyblue
RGB
177, 218, 253
HSL
208°, 95%, 84%
CMYK
30, 14, 0, 1
Luminance
0.6658
Every format
| HEX | #b1dafd |
| RGB | rgb(177, 218, 253) |
| HSL | hsl(208, 95%, 84%) |
| CMYK | cmyk(30%, 14%, 0%, 1%) |
| LAB | lab(85.3 -5.5 -21.4) |
| LCH | lch(85.3 22.1 255.6) |
| OKLCH | oklch(0.871 0.065 244.4) |
Copy-ready code
/* CSS */
color: #b1dafd;
background-color: #b1dafd;
/* Tailwind (arbitrary) */
class="text-[#b1dafd] bg-[#b1dafd]"
/* SCSS */
$brand: #b1dafd;
/* SwiftUI */
Color(red: 0.694, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b1dafd")Accessibility — WCAG contrast
Aa
#b1dafd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dafd on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green85.5%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b1dafd text on a black background
contrast 14.32:1
Card sample
#b1dafd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dafd;
Background color
Panel with #b1dafd background
background-color: #b1dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dafd; background: linear-gradient(135deg, #b1dafd, #BBB1FD);