#bdace3
a light, vivid violet · warm · closest name: plum
RGB
189, 172, 227
HSL
259°, 50%, 78%
CMYK
17, 24, 0, 11
Luminance
0.4587
Every format
| HEX | #bdace3 |
| RGB | rgb(189, 172, 227) |
| HSL | hsl(259, 50%, 78%) |
| CMYK | cmyk(17%, 24%, 0%, 11%) |
| LAB | lab(73.5 16.9 -25.4) |
| LCH | lch(73.5 30.5 303.7) |
| OKLCH | oklch(0.778 0.079 298.7) |
Copy-ready code
/* CSS */
color: #bdace3;
background-color: #bdace3;
/* Tailwind (arbitrary) */
class="text-[#bdace3] bg-[#bdace3]"
/* SCSS */
$brand: #bdace3;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.890)
/* Android */
Color.parseColor("#bdace3")Accessibility — WCAG contrast
Aa
#bdace3 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdace3 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue89.0%
CMYK percentages
Cyan16.7%
Magenta24.2%
Yellow0.0%
Key (black)11.0%
Color previews
#bdace3 text on a black background
contrast 10.17:1
Card sample
#bdace3 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdace3;
Background color
Panel with #bdace3 background
background-color: #bdace3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdace3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdace3; background: linear-gradient(135deg, #bdace3, #E2ACE3);