#bdb7eb
a light, vivid blue · warm · closest name: plum
RGB
189, 183, 235
HSL
247°, 57%, 82%
CMYK
20, 22, 0, 8
Luminance
0.5068
Every format
| HEX | #bdb7eb |
| RGB | rgb(189, 183, 235) |
| HSL | hsl(247, 57%, 82%) |
| CMYK | cmyk(20%, 22%, 0%, 8%) |
| LAB | lab(76.5 12.7 -25.1) |
| LCH | lch(76.5 28.1 296.8) |
| OKLCH | oklch(0.802 0.073 289.9) |
Copy-ready code
/* CSS */
color: #bdb7eb;
background-color: #bdb7eb;
/* Tailwind (arbitrary) */
class="text-[#bdb7eb] bg-[#bdb7eb]"
/* SCSS */
$brand: #bdb7eb;
/* SwiftUI */
Color(red: 0.741, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#bdb7eb")Accessibility — WCAG contrast
Aa
#bdb7eb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb7eb on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green71.8%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bdb7eb text on a black background
contrast 11.14:1
Card sample
#bdb7eb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb7eb;
Background color
Panel with #bdb7eb background
background-color: #bdb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb7eb; background: linear-gradient(135deg, #bdb7eb, #E0B7EB);