#bda9da
a light, soft violet · warm · closest name: plum
RGB
189, 169, 218
HSL
265°, 40%, 76%
CMYK
13, 23, 0, 15
Luminance
0.4426
Every format
| HEX | #bda9da |
| RGB | rgb(189, 169, 218) |
| HSL | hsl(265, 40%, 76%) |
| CMYK | cmyk(13%, 23%, 0%, 15%) |
| LAB | lab(72.4 16.7 -22.1) |
| LCH | lch(72.4 27.7 307.0) |
| OKLCH | oklch(0.768 0.072 303.4) |
Copy-ready code
/* CSS */
color: #bda9da;
background-color: #bda9da;
/* Tailwind (arbitrary) */
class="text-[#bda9da] bg-[#bda9da]"
/* SCSS */
$brand: #bda9da;
/* SwiftUI */
Color(red: 0.741, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#bda9da")Accessibility — WCAG contrast
Aa
#bda9da on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda9da on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.3%
Blue85.5%
CMYK percentages
Cyan13.3%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#bda9da text on a black background
contrast 9.85:1
Card sample
#bda9da text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda9da;
Background color
Panel with #bda9da background
background-color: #bda9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda9da; background: linear-gradient(135deg, #bda9da, #DAA9D6);