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