#bda8eb
a light, vivid violet · warm · closest name: plum
RGB
189, 168, 235
HSL
259°, 63%, 79%
CMYK
20, 29, 0, 8
Luminance
0.4482
Every format
| HEX | #bda8eb |
| RGB | rgb(189, 168, 235) |
| HSL | hsl(259, 63%, 79%) |
| CMYK | cmyk(20%, 29%, 0%, 8%) |
| LAB | lab(72.8 20.9 -30.8) |
| LCH | lch(72.8 37.3 304.2) |
| OKLCH | oklch(0.773 0.097 298.5) |
Copy-ready code
/* CSS */
color: #bda8eb;
background-color: #bda8eb;
/* Tailwind (arbitrary) */
class="text-[#bda8eb] bg-[#bda8eb]"
/* SCSS */
$brand: #bda8eb;
/* SwiftUI */
Color(red: 0.741, green: 0.659, blue: 0.922)
/* Android */
Color.parseColor("#bda8eb")Accessibility — WCAG contrast
Aa
#bda8eb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda8eb on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.9%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta28.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bda8eb text on a black background
contrast 9.96:1
Card sample
#bda8eb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda8eb;
Background color
Panel with #bda8eb background
background-color: #bda8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 168, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 168, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda8eb; background: linear-gradient(135deg, #bda8eb, #EAA8EB);