#bdaace
a light, soft violet · warm · closest name: plum
RGB
189, 170, 206
HSL
272°, 27%, 74%
CMYK
8, 18, 0, 19
Luminance
0.4402
Every format
| HEX | #bdaace |
| RGB | rgb(189, 170, 206) |
| HSL | hsl(272, 27%, 74%) |
| CMYK | cmyk(8%, 18%, 0%, 19%) |
| LAB | lab(72.3 13.6 -15.8) |
| LCH | lch(72.3 20.8 310.8) |
| OKLCH | oklch(0.766 0.055 308.8) |
Copy-ready code
/* CSS */
color: #bdaace;
background-color: #bdaace;
/* Tailwind (arbitrary) */
class="text-[#bdaace] bg-[#bdaace]"
/* SCSS */
$brand: #bdaace;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#bdaace")Accessibility — WCAG contrast
Aa
#bdaace on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaace on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue80.8%
CMYK percentages
Cyan8.3%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#bdaace text on a black background
contrast 9.80:1
Card sample
#bdaace text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaace;
Background color
Panel with #bdaace background
background-color: #bdaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaace; background: linear-gradient(135deg, #bdaace, #CEAAC7);