#bdaade
a light, soft violet · warm · closest name: plum
RGB
189, 170, 222
HSL
262°, 44%, 77%
CMYK
15, 23, 0, 13
Luminance
0.4484
Every format
| HEX | #bdaade |
| RGB | rgb(189, 170, 222) |
| HSL | hsl(262, 44%, 77%) |
| CMYK | cmyk(15%, 23%, 0%, 13%) |
| LAB | lab(72.8 17.0 -23.7) |
| LCH | lch(72.8 29.1 305.6) |
| OKLCH | oklch(0.772 0.076 301.4) |
Copy-ready code
/* CSS */
color: #bdaade;
background-color: #bdaade;
/* Tailwind (arbitrary) */
class="text-[#bdaade] bg-[#bdaade]"
/* SCSS */
$brand: #bdaade;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#bdaade")Accessibility — WCAG contrast
Aa
#bdaade on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaade on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue87.1%
CMYK percentages
Cyan14.9%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#bdaade text on a black background
contrast 9.97:1
Card sample
#bdaade text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaade;
Background color
Panel with #bdaade background
background-color: #bdaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaade; background: linear-gradient(135deg, #bdaade, #DEAADC);