#bda3eb
a light, vivid violet · warm · closest name: plum
RGB
189, 163, 235
HSL
262°, 64%, 78%
CMYK
20, 31, 0, 8
Luminance
0.4301
Every format
| HEX | #bda3eb |
| RGB | rgb(189, 163, 235) |
| HSL | hsl(262, 64%, 78%) |
| CMYK | cmyk(20%, 31%, 0%, 8%) |
| LAB | lab(71.6 23.7 -32.7) |
| LCH | lch(71.6 40.4 306.0) |
| OKLCH | oklch(0.764 0.105 300.5) |
Copy-ready code
/* CSS */
color: #bda3eb;
background-color: #bda3eb;
/* Tailwind (arbitrary) */
class="text-[#bda3eb] bg-[#bda3eb]"
/* SCSS */
$brand: #bda3eb;
/* SwiftUI */
Color(red: 0.741, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#bda3eb")Accessibility — WCAG contrast
Aa
#bda3eb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda3eb on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.9%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bda3eb text on a black background
contrast 9.60:1
Card sample
#bda3eb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda3eb;
Background color
Panel with #bda3eb background
background-color: #bda3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda3eb; background: linear-gradient(135deg, #bda3eb, #EBA3E9);