#bdbbda
a light, soft blue · warm · closest name: lavender
RGB
189, 187, 218
HSL
244°, 30%, 79%
CMYK
13, 14, 0, 15
Luminance
0.5142
Every format
| HEX | #bdbbda |
| RGB | rgb(189, 187, 218) |
| HSL | hsl(244, 30%, 79%) |
| CMYK | cmyk(13%, 14%, 0%, 15%) |
| LAB | lab(76.9 6.8 -15.2) |
| LCH | lch(76.9 16.7 294.1) |
| OKLCH | oklch(0.804 0.043 288.3) |
Copy-ready code
/* CSS */
color: #bdbbda;
background-color: #bdbbda;
/* Tailwind (arbitrary) */
class="text-[#bdbbda] bg-[#bdbbda]"
/* SCSS */
$brand: #bdbbda;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.855)
/* Android */
Color.parseColor("#bdbbda")Accessibility — WCAG contrast
Aa
#bdbbda on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbbda on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue85.5%
CMYK percentages
Cyan13.3%
Magenta14.2%
Yellow0.0%
Key (black)14.5%
Color previews
#bdbbda text on a black background
contrast 11.28:1
Card sample
#bdbbda text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbbda;
Background color
Panel with #bdbbda background
background-color: #bdbbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbbda; background: linear-gradient(135deg, #bdbbda, #D2BBDA);