#bdaad2
a light, soft violet · warm · closest name: plum
RGB
189, 170, 210
HSL
269°, 31%, 75%
CMYK
10, 19, 0, 18
Luminance
0.4422
Every format
| HEX | #bdaad2 |
| RGB | rgb(189, 170, 210) |
| HSL | hsl(269, 31%, 75%) |
| CMYK | cmyk(10%, 19%, 0%, 18%) |
| LAB | lab(72.4 14.4 -17.8) |
| LCH | lch(72.4 22.9 309.1) |
| OKLCH | oklch(0.767 0.060 306.5) |
Copy-ready code
/* CSS */
color: #bdaad2;
background-color: #bdaad2;
/* Tailwind (arbitrary) */
class="text-[#bdaad2] bg-[#bdaad2]"
/* SCSS */
$brand: #bdaad2;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#bdaad2")Accessibility — WCAG contrast
Aa
#bdaad2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaad2 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue82.4%
CMYK percentages
Cyan10.0%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#bdaad2 text on a black background
contrast 9.84:1
Card sample
#bdaad2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaad2;
Background color
Panel with #bdaad2 background
background-color: #bdaad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaad2; background: linear-gradient(135deg, #bdaad2, #D2AACC);