#b1cdff
a light, electric blue · cool · closest name: skyblue
RGB
177, 205, 255
HSL
219°, 100%, 85%
CMYK
31, 20, 0, 0
Luminance
0.6023
Every format
| HEX | #b1cdff |
| RGB | rgb(177, 205, 255) |
| HSL | hsl(219, 100%, 85%) |
| CMYK | cmyk(31%, 20%, 0%, 0%) |
| LAB | lab(82.0 1.9 -27.5) |
| LCH | lch(82.0 27.6 273.9) |
| OKLCH | oklch(0.845 0.077 261.9) |
Copy-ready code
/* CSS */
color: #b1cdff;
background-color: #b1cdff;
/* Tailwind (arbitrary) */
class="text-[#b1cdff] bg-[#b1cdff]"
/* SCSS */
$brand: #b1cdff;
/* SwiftUI */
Color(red: 0.694, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#b1cdff")Accessibility — WCAG contrast
Aa
#b1cdff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cdff on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.4%
Blue100.0%
CMYK percentages
Cyan30.6%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b1cdff text on a black background
contrast 13.05:1
Card sample
#b1cdff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cdff;
Background color
Panel with #b1cdff background
background-color: #b1cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cdff; background: linear-gradient(135deg, #b1cdff, #C9B1FF);