#b1cceb
a light, vivid blue · cool · closest name: skyblue
RGB
177, 204, 235
HSL
212°, 59%, 81%
CMYK
25, 13, 0, 8
Luminance
0.5853
Every format
| HEX | #b1cceb |
| RGB | rgb(177, 204, 235) |
| HSL | hsl(212, 59%, 81%) |
| CMYK | cmyk(25%, 13%, 0%, 8%) |
| LAB | lab(81.0 -2.3 -18.3) |
| LCH | lch(81.0 18.4 262.8) |
| OKLCH | oklch(0.835 0.052 252.0) |
Copy-ready code
/* CSS */
color: #b1cceb;
background-color: #b1cceb;
/* Tailwind (arbitrary) */
class="text-[#b1cceb] bg-[#b1cceb]"
/* SCSS */
$brand: #b1cceb;
/* SwiftUI */
Color(red: 0.694, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#b1cceb")Accessibility — WCAG contrast
Aa
#b1cceb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cceb on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.0%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b1cceb text on a black background
contrast 12.71:1
Card sample
#b1cceb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cceb;
Background color
Panel with #b1cceb background
background-color: #b1cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cceb; background: linear-gradient(135deg, #b1cceb, #BDB1EB);