#bdaadf
a light, vivid violet · warm · closest name: plum
RGB
189, 170, 223
HSL
262°, 45%, 77%
CMYK
15, 24, 0, 13
Luminance
0.4490
Every format
| HEX | #bdaadf |
| RGB | rgb(189, 170, 223) |
| HSL | hsl(262, 45%, 77%) |
| CMYK | cmyk(15%, 24%, 0%, 13%) |
| LAB | lab(72.8 17.2 -24.2) |
| LCH | lch(72.8 29.7 305.4) |
| OKLCH | oklch(0.772 0.077 301.0) |
Copy-ready code
/* CSS */
color: #bdaadf;
background-color: #bdaadf;
/* Tailwind (arbitrary) */
class="text-[#bdaadf] bg-[#bdaadf]"
/* SCSS */
$brand: #bdaadf;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.875)
/* Android */
Color.parseColor("#bdaadf")Accessibility — WCAG contrast
Aa
#bdaadf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaadf on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta23.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bdaadf text on a black background
contrast 9.98:1
Card sample
#bdaadf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaadf;
Background color
Panel with #bdaadf background
background-color: #bdaadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaadf; background: linear-gradient(135deg, #bdaadf, #DFAADE);