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