#b0b8e2
a light, vivid blue · warm · closest name: lavender
RGB
176, 184, 226
HSL
230°, 46%, 79%
CMYK
22, 19, 0, 11
Luminance
0.4900
Every format
| HEX | #b0b8e2 |
| RGB | rgb(176, 184, 226) |
| HSL | hsl(230, 46%, 79%) |
| CMYK | cmyk(22%, 19%, 0%, 11%) |
| LAB | lab(75.5 6.1 -21.9) |
| LCH | lch(75.5 22.7 285.6) |
| OKLCH | oklch(0.791 0.060 276.5) |
Copy-ready code
/* CSS */
color: #b0b8e2;
background-color: #b0b8e2;
/* Tailwind (arbitrary) */
class="text-[#b0b8e2] bg-[#b0b8e2]"
/* SCSS */
$brand: #b0b8e2;
/* SwiftUI */
Color(red: 0.690, green: 0.722, blue: 0.886)
/* Android */
Color.parseColor("#b0b8e2")Accessibility — WCAG contrast
Aa
#b0b8e2 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0b8e2 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.2%
Blue88.6%
CMYK percentages
Cyan22.1%
Magenta18.6%
Yellow0.0%
Key (black)11.4%
Color previews
#b0b8e2 text on a black background
contrast 10.80:1
Card sample
#b0b8e2 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0b8e2;
Background color
Panel with #b0b8e2 background
background-color: #b0b8e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0b8e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 184, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 184, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0b8e2; background: linear-gradient(135deg, #b0b8e2, #C9B0E2);