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