#b1baee
a light, vivid blue · warm · closest name: lavender
RGB
177, 186, 238
HSL
231°, 64%, 81%
CMYK
26, 22, 0, 7
Luminance
0.5064
Every format
| HEX | #b1baee |
| RGB | rgb(177, 186, 238) |
| HSL | hsl(231, 64%, 81%) |
| CMYK | cmyk(26%, 22%, 0%, 7%) |
| LAB | lab(76.5 8.1 -26.9) |
| LCH | lch(76.5 28.0 286.8) |
| OKLCH | oklch(0.800 0.074 276.9) |
Copy-ready code
/* CSS */
color: #b1baee;
background-color: #b1baee;
/* Tailwind (arbitrary) */
class="text-[#b1baee] bg-[#b1baee]"
/* SCSS */
$brand: #b1baee;
/* SwiftUI */
Color(red: 0.694, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#b1baee")Accessibility — WCAG contrast
Aa
#b1baee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1baee on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green72.9%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#b1baee text on a black background
contrast 11.13:1
Card sample
#b1baee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1baee;
Background color
Panel with #b1baee background
background-color: #b1baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1baee; background: linear-gradient(135deg, #b1baee, #D1B1EE);