#bdabdf
a light, soft violet · warm · closest name: plum
RGB
189, 171, 223
HSL
261°, 45%, 77%
CMYK
15, 23, 0, 13
Luminance
0.4527
Every format
| HEX | #bdabdf |
| RGB | rgb(189, 171, 223) |
| HSL | hsl(261, 45%, 77%) |
| CMYK | cmyk(15%, 23%, 0%, 13%) |
| LAB | lab(73.1 16.6 -23.8) |
| LCH | lch(73.1 29.0 304.9) |
| OKLCH | oklch(0.774 0.075 300.5) |
Copy-ready code
/* CSS */
color: #bdabdf;
background-color: #bdabdf;
/* Tailwind (arbitrary) */
class="text-[#bdabdf] bg-[#bdabdf]"
/* SCSS */
$brand: #bdabdf;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#bdabdf")Accessibility — WCAG contrast
Aa
#bdabdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdabdf on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bdabdf text on a black background
contrast 10.05:1
Card sample
#bdabdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdabdf;
Background color
Panel with #bdabdf background
background-color: #bdabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdabdf; background: linear-gradient(135deg, #bdabdf, #DFABDE);