#bdacdf
a light, soft violet · warm · closest name: plum
RGB
189, 172, 223
HSL
260°, 44%, 78%
CMYK
15, 23, 0, 13
Luminance
0.4565
Every format
| HEX | #bdacdf |
| RGB | rgb(189, 172, 223) |
| HSL | hsl(260, 44%, 78%) |
| CMYK | cmyk(15%, 23%, 0%, 13%) |
| LAB | lab(73.3 16.1 -23.4) |
| LCH | lch(73.3 28.4 304.4) |
| OKLCH | oklch(0.776 0.074 299.9) |
Copy-ready code
/* CSS */
color: #bdacdf;
background-color: #bdacdf;
/* Tailwind (arbitrary) */
class="text-[#bdacdf] bg-[#bdacdf]"
/* SCSS */
$brand: #bdacdf;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#bdacdf")Accessibility — WCAG contrast
Aa
#bdacdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacdf on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bdacdf text on a black background
contrast 10.13:1
Card sample
#bdacdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacdf;
Background color
Panel with #bdacdf background
background-color: #bdacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacdf; background: linear-gradient(135deg, #bdacdf, #DFACDF);