#b1dfff
a light, electric blue · cool · closest name: skyblue
RGB
177, 223, 255
HSL
205°, 100%, 85%
CMYK
31, 13, 0, 0
Luminance
0.6934
Every format
| HEX | #b1dfff |
| RGB | rgb(177, 223, 255) |
| HSL | hsl(205, 100%, 85%) |
| CMYK | cmyk(31%, 13%, 0%, 0%) |
| LAB | lab(86.7 -7.6 -20.4) |
| LCH | lch(86.7 21.8 249.5) |
| OKLCH | oklch(0.882 0.065 238.8) |
Copy-ready code
/* CSS */
color: #b1dfff;
background-color: #b1dfff;
/* Tailwind (arbitrary) */
class="text-[#b1dfff] bg-[#b1dfff]"
/* SCSS */
$brand: #b1dfff;
/* SwiftUI */
Color(red: 0.694, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#b1dfff")Accessibility — WCAG contrast
Aa
#b1dfff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dfff on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.5%
Blue100.0%
CMYK percentages
Cyan30.6%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b1dfff text on a black background
contrast 14.87:1
Card sample
#b1dfff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dfff;
Background color
Panel with #b1dfff background
background-color: #b1dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dfff; background: linear-gradient(135deg, #b1dfff, #B7B1FF);