#bdabc9
a light, soft violet · warm · closest name: silver
RGB
189, 171, 201
HSL
276°, 22%, 73%
CMYK
6, 15, 0, 21
Luminance
0.4416
Every format
| HEX | #bdabc9 |
| RGB | rgb(189, 171, 201) |
| HSL | hsl(276, 22%, 73%) |
| CMYK | cmyk(6%, 15%, 0%, 21%) |
| LAB | lab(72.3 12.1 -12.9) |
| LCH | lch(72.3 17.6 313.1) |
| OKLCH | oklch(0.766 0.046 311.9) |
Copy-ready code
/* CSS */
color: #bdabc9;
background-color: #bdabc9;
/* Tailwind (arbitrary) */
class="text-[#bdabc9] bg-[#bdabc9]"
/* SCSS */
$brand: #bdabc9;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#bdabc9")Accessibility — WCAG contrast
Aa
#bdabc9 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdabc9 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue78.8%
CMYK percentages
Cyan6.0%
Magenta14.9%
Yellow0.0%
Key (black)21.2%
Color previews
#bdabc9 text on a black background
contrast 9.83:1
Card sample
#bdabc9 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdabc9;
Background color
Panel with #bdabc9 background
background-color: #bdabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdabc9; background: linear-gradient(135deg, #bdabc9, #C9ABC1);