#b0c3eb
a light, vivid blue · cool · closest name: skyblue
RGB
176, 195, 235
HSL
221°, 60%, 81%
CMYK
25, 17, 0, 8
Luminance
0.5426
Every format
| HEX | #b0c3eb |
| RGB | rgb(176, 195, 235) |
| HSL | hsl(221, 60%, 81%) |
| CMYK | cmyk(25%, 17%, 0%, 8%) |
| LAB | lab(78.6 2.2 -22.0) |
| LCH | lch(78.6 22.1 275.7) |
| OKLCH | oklch(0.816 0.060 265.1) |
Copy-ready code
/* CSS */
color: #b0c3eb;
background-color: #b0c3eb;
/* Tailwind (arbitrary) */
class="text-[#b0c3eb] bg-[#b0c3eb]"
/* SCSS */
$brand: #b0c3eb;
/* SwiftUI */
Color(red: 0.690, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#b0c3eb")Accessibility — WCAG contrast
Aa
#b0c3eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c3eb on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.5%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b0c3eb text on a black background
contrast 11.85:1
Card sample
#b0c3eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c3eb;
Background color
Panel with #b0c3eb background
background-color: #b0c3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c3eb; background: linear-gradient(135deg, #b0c3eb, #C4B0EB);