#bdaacb
a light, soft violet · warm · closest name: silver
RGB
189, 170, 203
HSL
275°, 24%, 73%
CMYK
7, 16, 0, 20
Luminance
0.4388
Every format
| HEX | #bdaacb |
| RGB | rgb(189, 170, 203) |
| HSL | hsl(275, 24%, 73%) |
| CMYK | cmyk(7%, 16%, 0%, 20%) |
| LAB | lab(72.2 13.0 -14.3) |
| LCH | lch(72.2 19.3 312.4) |
| OKLCH | oklch(0.765 0.051 310.9) |
Copy-ready code
/* CSS */
color: #bdaacb;
background-color: #bdaacb;
/* Tailwind (arbitrary) */
class="text-[#bdaacb] bg-[#bdaacb]"
/* SCSS */
$brand: #bdaacb;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#bdaacb")Accessibility — WCAG contrast
Aa
#bdaacb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaacb on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue79.6%
CMYK percentages
Cyan6.9%
Magenta16.3%
Yellow0.0%
Key (black)20.4%
Color previews
#bdaacb text on a black background
contrast 9.78:1
Card sample
#bdaacb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaacb;
Background color
Panel with #bdaacb background
background-color: #bdaacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaacb; background: linear-gradient(135deg, #bdaacb, #CBAAC3);