#b1c2eb
a light, vivid blue · cool · closest name: skyblue
RGB
177, 194, 235
HSL
222°, 59%, 81%
CMYK
25, 17, 0, 8
Luminance
0.5393
Every format
| HEX | #b1c2eb |
| RGB | rgb(177, 194, 235) |
| HSL | hsl(222, 59%, 81%) |
| CMYK | cmyk(25%, 17%, 0%, 8%) |
| LAB | lab(78.4 3.0 -22.3) |
| LCH | lch(78.4 22.5 277.8) |
| OKLCH | oklch(0.815 0.061 267.4) |
Copy-ready code
/* CSS */
color: #b1c2eb;
background-color: #b1c2eb;
/* Tailwind (arbitrary) */
class="text-[#b1c2eb] bg-[#b1c2eb]"
/* SCSS */
$brand: #b1c2eb;
/* SwiftUI */
Color(red: 0.694, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#b1c2eb")Accessibility — WCAG contrast
Aa
#b1c2eb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1c2eb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green76.1%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b1c2eb text on a black background
contrast 11.79:1
Card sample
#b1c2eb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1c2eb;
Background color
Panel with #b1c2eb background
background-color: #b1c2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1c2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1c2eb; background: linear-gradient(135deg, #b1c2eb, #C7B1EB);