#b4baec
a light, vivid blue · warm · closest name: lavender
RGB
180, 186, 236
HSL
234°, 60%, 82%
CMYK
24, 21, 0, 8
Luminance
0.5088
Every format
| HEX | #b4baec |
| RGB | rgb(180, 186, 236) |
| HSL | hsl(234, 60%, 82%) |
| CMYK | cmyk(24%, 21%, 0%, 8%) |
| LAB | lab(76.6 8.5 -25.5) |
| LCH | lch(76.6 26.9 288.5) |
| OKLCH | oklch(0.801 0.071 279.3) |
Copy-ready code
/* CSS */
color: #b4baec;
background-color: #b4baec;
/* Tailwind (arbitrary) */
class="text-[#b4baec] bg-[#b4baec]"
/* SCSS */
$brand: #b4baec;
/* SwiftUI */
Color(red: 0.706, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#b4baec")Accessibility — WCAG contrast
Aa
#b4baec on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4baec on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green72.9%
Blue92.5%
CMYK percentages
Cyan23.7%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#b4baec text on a black background
contrast 11.18:1
Card sample
#b4baec text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4baec;
Background color
Panel with #b4baec background
background-color: #b4baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4baec; background: linear-gradient(135deg, #b4baec, #D3B4EC);