#bda6eb
a light, vivid violet · warm · closest name: plum
RGB
189, 166, 235
HSL
260°, 63%, 79%
CMYK
20, 29, 0, 8
Luminance
0.4409
Every format
| HEX | #bda6eb |
| RGB | rgb(189, 166, 235) |
| HSL | hsl(260, 63%, 79%) |
| CMYK | cmyk(20%, 29%, 0%, 8%) |
| LAB | lab(72.3 22.0 -31.6) |
| LCH | lch(72.3 38.5 304.9) |
| OKLCH | oklch(0.770 0.100 299.4) |
Copy-ready code
/* CSS */
color: #bda6eb;
background-color: #bda6eb;
/* Tailwind (arbitrary) */
class="text-[#bda6eb] bg-[#bda6eb]"
/* SCSS */
$brand: #bda6eb;
/* SwiftUI */
Color(red: 0.741, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#bda6eb")Accessibility — WCAG contrast
Aa
#bda6eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda6eb on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.1%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta29.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bda6eb text on a black background
contrast 9.82:1
Card sample
#bda6eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda6eb;
Background color
Panel with #bda6eb background
background-color: #bda6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda6eb; background: linear-gradient(135deg, #bda6eb, #EBA6EB);