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