#bbbaeb
a light, vivid blue · warm · closest name: lavender
RGB
187, 186, 235
HSL
241°, 55%, 83%
CMYK
20, 21, 0, 8
Luminance
0.5168
Every format
| HEX | #bbbaeb |
| RGB | rgb(187, 186, 235) |
| HSL | hsl(241, 55%, 83%) |
| CMYK | cmyk(20%, 21%, 0%, 8%) |
| LAB | lab(77.1 10.4 -24.2) |
| LCH | lch(77.1 26.3 293.3) |
| OKLCH | oklch(0.806 0.069 285.7) |
Copy-ready code
/* CSS */
color: #bbbaeb;
background-color: #bbbaeb;
/* Tailwind (arbitrary) */
class="text-[#bbbaeb] bg-[#bbbaeb]"
/* SCSS */
$brand: #bbbaeb;
/* SwiftUI */
Color(red: 0.733, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#bbbaeb")Accessibility — WCAG contrast
Aa
#bbbaeb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbbaeb on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green72.9%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bbbaeb text on a black background
contrast 11.34:1
Card sample
#bbbaeb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbbaeb;
Background color
Panel with #bbbaeb background
background-color: #bbbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbbaeb; background: linear-gradient(135deg, #bbbaeb, #DCBAEB);