#b0bceb
a light, vivid blue · warm · closest name: skyblue
RGB
176, 188, 235
HSL
228°, 60%, 81%
CMYK
25, 20, 0, 8
Luminance
0.5119
Every format
| HEX | #b0bceb |
| RGB | rgb(176, 188, 235) |
| HSL | hsl(228, 60%, 81%) |
| CMYK | cmyk(25%, 20%, 0%, 8%) |
| LAB | lab(76.8 6.0 -24.7) |
| LCH | lch(76.8 25.4 283.6) |
| OKLCH | oklch(0.802 0.068 273.6) |
Copy-ready code
/* CSS */
color: #b0bceb;
background-color: #b0bceb;
/* Tailwind (arbitrary) */
class="text-[#b0bceb] bg-[#b0bceb]"
/* SCSS */
$brand: #b0bceb;
/* SwiftUI */
Color(red: 0.690, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#b0bceb")Accessibility — WCAG contrast
Aa
#b0bceb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bceb on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b0bceb text on a black background
contrast 11.24:1
Card sample
#b0bceb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bceb;
Background color
Panel with #b0bceb background
background-color: #b0bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bceb; background: linear-gradient(135deg, #b0bceb, #CBB0EB);