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