#bdbbec
a light, vivid blue · warm · closest name: lavender
RGB
189, 187, 236
HSL
242°, 56%, 83%
CMYK
20, 21, 0, 8
Luminance
0.5242
Every format
| HEX | #bdbbec |
| RGB | rgb(189, 187, 236) |
| HSL | hsl(242, 56%, 83%) |
| CMYK | cmyk(20%, 21%, 0%, 8%) |
| LAB | lab(77.5 10.7 -24.1) |
| LCH | lch(77.5 26.3 294.0) |
| OKLCH | oklch(0.810 0.069 286.6) |
Copy-ready code
/* CSS */
color: #bdbbec;
background-color: #bdbbec;
/* Tailwind (arbitrary) */
class="text-[#bdbbec] bg-[#bdbbec]"
/* SCSS */
$brand: #bdbbec;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.925)
/* Android */
Color.parseColor("#bdbbec")Accessibility — WCAG contrast
Aa
#bdbbec on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbbec on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue92.5%
CMYK percentages
Cyan19.9%
Magenta20.8%
Yellow0.0%
Key (black)7.5%
Color previews
#bdbbec text on a black background
contrast 11.48:1
Card sample
#bdbbec text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbbec;
Background color
Panel with #bdbbec background
background-color: #bdbbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbbec; background: linear-gradient(135deg, #bdbbec, #DEBBEC);