#bdbbee
a light, vivid blue · warm · closest name: plum
RGB
189, 187, 238
HSL
242°, 60%, 83%
CMYK
21, 21, 0, 7
Luminance
0.5253
Every format
| HEX | #bdbbee |
| RGB | rgb(189, 187, 238) |
| HSL | hsl(242, 60%, 83%) |
| CMYK | cmyk(21%, 21%, 0%, 7%) |
| LAB | lab(77.6 11.2 -25.0) |
| LCH | lch(77.6 27.4 294.0) |
| OKLCH | oklch(0.811 0.071 286.5) |
Copy-ready code
/* CSS */
color: #bdbbee;
background-color: #bdbbee;
/* Tailwind (arbitrary) */
class="text-[#bdbbee] bg-[#bdbbee]"
/* SCSS */
$brand: #bdbbee;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#bdbbee")Accessibility — WCAG contrast
Aa
#bdbbee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbbee on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#bdbbee text on a black background
contrast 11.51:1
Card sample
#bdbbee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbbee;
Background color
Panel with #bdbbee background
background-color: #bdbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbbee; background: linear-gradient(135deg, #bdbbee, #DFBBEE);