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