#bdbbdf
a light, soft blue · warm · closest name: lavender
RGB
189, 187, 223
HSL
243°, 36%, 80%
CMYK
15, 16, 0, 13
Luminance
0.5169
Every format
| HEX | #bdbbdf |
| RGB | rgb(189, 187, 223) |
| HSL | hsl(243, 36%, 80%) |
| CMYK | cmyk(15%, 16%, 0%, 13%) |
| LAB | lab(77.1 7.9 -17.7) |
| LCH | lch(77.1 19.4 294.0) |
| OKLCH | oklch(0.805 0.051 287.8) |
Copy-ready code
/* CSS */
color: #bdbbdf;
background-color: #bdbbdf;
/* Tailwind (arbitrary) */
class="text-[#bdbbdf] bg-[#bdbbdf]"
/* SCSS */
$brand: #bdbbdf;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#bdbbdf")Accessibility — WCAG contrast
Aa
#bdbbdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbbdf on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bdbbdf text on a black background
contrast 11.34:1
Card sample
#bdbbdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbbdf;
Background color
Panel with #bdbbdf background
background-color: #bdbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbbdf; background: linear-gradient(135deg, #bdbbdf, #D5BBDF);