#b2baec
a light, vivid blue · warm · closest name: lavender
RGB
178, 186, 236
HSL
232°, 60%, 81%
CMYK
25, 21, 0, 8
Luminance
0.5064
Every format
| HEX | #b2baec |
| RGB | rgb(178, 186, 236) |
| HSL | hsl(232, 60%, 81%) |
| CMYK | cmyk(25%, 21%, 0%, 8%) |
| LAB | lab(76.5 7.9 -25.8) |
| LCH | lch(76.5 27.0 287.1) |
| OKLCH | oklch(0.800 0.071 277.6) |
Copy-ready code
/* CSS */
color: #b2baec;
background-color: #b2baec;
/* Tailwind (arbitrary) */
class="text-[#b2baec] bg-[#b2baec]"
/* SCSS */
$brand: #b2baec;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#b2baec")Accessibility — WCAG contrast
Aa
#b2baec on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2baec on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue92.5%
CMYK percentages
Cyan24.6%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#b2baec text on a black background
contrast 11.13:1
Card sample
#b2baec text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2baec;
Background color
Panel with #b2baec background
background-color: #b2baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2baec; background: linear-gradient(135deg, #b2baec, #D1B2EC);