#b1cbf2
a light, vivid blue · cool · closest name: skyblue
RGB
177, 203, 242
HSL
216°, 71%, 82%
CMYK
27, 16, 0, 5
Luminance
0.5847
Every format
| HEX | #b1cbf2 |
| RGB | rgb(177, 203, 242) |
| HSL | hsl(216, 71%, 82%) |
| CMYK | cmyk(27%, 16%, 0%, 5%) |
| LAB | lab(81.0 -0.2 -22.1) |
| LCH | lch(81.0 22.1 269.6) |
| OKLCH | oklch(0.836 0.062 258.4) |
Copy-ready code
/* CSS */
color: #b1cbf2;
background-color: #b1cbf2;
/* Tailwind (arbitrary) */
class="text-[#b1cbf2] bg-[#b1cbf2]"
/* SCSS */
$brand: #b1cbf2;
/* SwiftUI */
Color(red: 0.694, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#b1cbf2")Accessibility — WCAG contrast
Aa
#b1cbf2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cbf2 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green79.6%
Blue94.9%
CMYK percentages
Cyan26.9%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#b1cbf2 text on a black background
contrast 12.69:1
Card sample
#b1cbf2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cbf2;
Background color
Panel with #b1cbf2 background
background-color: #b1cbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cbf2; background: linear-gradient(135deg, #b1cbf2, #C2B1F2);