#bda4eb
a light, vivid violet · warm · closest name: plum
RGB
189, 164, 235
HSL
261°, 64%, 78%
CMYK
20, 30, 0, 8
Luminance
0.4337
Every format
| HEX | #bda4eb |
| RGB | rgb(189, 164, 235) |
| HSL | hsl(261, 64%, 78%) |
| CMYK | cmyk(20%, 30%, 0%, 8%) |
| LAB | lab(71.8 23.1 -32.3) |
| LCH | lch(71.8 39.7 305.6) |
| OKLCH | oklch(0.766 0.103 300.1) |
Copy-ready code
/* CSS */
color: #bda4eb;
background-color: #bda4eb;
/* Tailwind (arbitrary) */
class="text-[#bda4eb] bg-[#bda4eb]"
/* SCSS */
$brand: #bda4eb;
/* SwiftUI */
Color(red: 0.741, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#bda4eb")Accessibility — WCAG contrast
Aa
#bda4eb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda4eb on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green64.3%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bda4eb text on a black background
contrast 9.67:1
Card sample
#bda4eb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda4eb;
Background color
Panel with #bda4eb background
background-color: #bda4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda4eb; background: linear-gradient(135deg, #bda4eb, #EBA4EA);