#b1baeb
a light, vivid blue · warm · closest name: lavender
RGB
177, 186, 235
HSL
231°, 59%, 81%
CMYK
25, 21, 0, 8
Luminance
0.5046
Every format
| HEX | #b1baeb |
| RGB | rgb(177, 186, 235) |
| HSL | hsl(231, 59%, 81%) |
| CMYK | cmyk(25%, 21%, 0%, 8%) |
| LAB | lab(76.3 7.4 -25.4) |
| LCH | lch(76.3 26.4 286.2) |
| OKLCH | oklch(0.799 0.070 276.6) |
Copy-ready code
/* CSS */
color: #b1baeb;
background-color: #b1baeb;
/* Tailwind (arbitrary) */
class="text-[#b1baeb] bg-[#b1baeb]"
/* SCSS */
$brand: #b1baeb;
/* SwiftUI */
Color(red: 0.694, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#b1baeb")Accessibility — WCAG contrast
Aa
#b1baeb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1baeb on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green72.9%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b1baeb text on a black background
contrast 11.09:1
Card sample
#b1baeb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1baeb;
Background color
Panel with #b1baeb background
background-color: #b1baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1baeb; background: linear-gradient(135deg, #b1baeb, #CFB1EB);