#b1cdfb
a light, electric blue · cool · closest name: skyblue
RGB
177, 205, 251
HSL
217°, 90%, 84%
CMYK
30, 18, 0, 2
Luminance
0.5997
Every format
| HEX | #b1cdfb |
| RGB | rgb(177, 205, 251) |
| HSL | hsl(217, 90%, 84%) |
| CMYK | cmyk(30%, 18%, 0%, 2%) |
| LAB | lab(81.8 0.9 -25.6) |
| LCH | lch(81.8 25.6 272.0) |
| OKLCH | oklch(0.843 0.071 260.3) |
Copy-ready code
/* CSS */
color: #b1cdfb;
background-color: #b1cdfb;
/* Tailwind (arbitrary) */
class="text-[#b1cdfb] bg-[#b1cdfb]"
/* SCSS */
$brand: #b1cdfb;
/* SwiftUI */
Color(red: 0.694, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#b1cdfb")Accessibility — WCAG contrast
Aa
#b1cdfb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cdfb on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.4%
Blue98.4%
CMYK percentages
Cyan29.5%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#b1cdfb text on a black background
contrast 12.99:1
Card sample
#b1cdfb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cdfb;
Background color
Panel with #b1cdfb background
background-color: #b1cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cdfb; background: linear-gradient(135deg, #b1cdfb, #C6B1FB);