#bda0eb
a light, vivid violet · warm · closest name: plum
RGB
189, 160, 235
HSL
263°, 65%, 78%
CMYK
20, 32, 0, 8
Luminance
0.4196
Every format
| HEX | #bda0eb |
| RGB | rgb(189, 160, 235) |
| HSL | hsl(263, 65%, 78%) |
| CMYK | cmyk(20%, 32%, 0%, 8%) |
| LAB | lab(70.8 25.4 -33.8) |
| LCH | lch(70.8 42.3 306.9) |
| OKLCH | oklch(0.759 0.110 301.6) |
Copy-ready code
/* CSS */
color: #bda0eb;
background-color: #bda0eb;
/* Tailwind (arbitrary) */
class="text-[#bda0eb] bg-[#bda0eb]"
/* SCSS */
$brand: #bda0eb;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.922)
/* Android */
Color.parseColor("#bda0eb")Accessibility — WCAG contrast
Aa
#bda0eb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda0eb on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta31.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bda0eb text on a black background
contrast 9.39:1
Card sample
#bda0eb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda0eb;
Background color
Panel with #bda0eb background
background-color: #bda0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda0eb; background: linear-gradient(135deg, #bda0eb, #EBA0E7);