#bdbbdc
a light, soft blue · warm · closest name: lavender
RGB
189, 187, 220
HSL
244°, 32%, 80%
CMYK
14, 15, 0, 14
Luminance
0.5153
Every format
| HEX | #bdbbdc |
| RGB | rgb(189, 187, 220) |
| HSL | hsl(244, 32%, 80%) |
| CMYK | cmyk(14%, 15%, 0%, 14%) |
| LAB | lab(77.0 7.2 -16.2) |
| LCH | lch(77.0 17.8 294.0) |
| OKLCH | oklch(0.804 0.046 288.1) |
Copy-ready code
/* CSS */
color: #bdbbdc;
background-color: #bdbbdc;
/* Tailwind (arbitrary) */
class="text-[#bdbbdc] bg-[#bdbbdc]"
/* SCSS */
$brand: #bdbbdc;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.863)
/* Android */
Color.parseColor("#bdbbdc")Accessibility — WCAG contrast
Aa
#bdbbdc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbbdc on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue86.3%
CMYK percentages
Cyan14.1%
Magenta15.0%
Yellow0.0%
Key (black)13.7%
Color previews
#bdbbdc text on a black background
contrast 11.31:1
Card sample
#bdbbdc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbbdc;
Background color
Panel with #bdbbdc background
background-color: #bdbbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbbdc; background: linear-gradient(135deg, #bdbbdc, #D3BBDC);