#bdabc2
a light, soft violet · warm · closest name: silver
RGB
189, 171, 194
HSL
287°, 16%, 72%
CMYK
3, 12, 0, 24
Luminance
0.4384
Every format
| HEX | #bdabc2 |
| RGB | rgb(189, 171, 194) |
| HSL | hsl(287, 16%, 72%) |
| CMYK | cmyk(3%, 12%, 0%, 24%) |
| LAB | lab(72.1 10.7 -9.3) |
| LCH | lch(72.1 14.2 318.8) |
| OKLCH | oklch(0.764 0.038 318.8) |
Copy-ready code
/* CSS */
color: #bdabc2;
background-color: #bdabc2;
/* Tailwind (arbitrary) */
class="text-[#bdabc2] bg-[#bdabc2]"
/* SCSS */
$brand: #bdabc2;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#bdabc2")Accessibility — WCAG contrast
Aa
#bdabc2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdabc2 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue76.1%
CMYK percentages
Cyan2.6%
Magenta11.9%
Yellow0.0%
Key (black)23.9%
Color previews
#bdabc2 text on a black background
contrast 9.77:1
Card sample
#bdabc2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdabc2;
Background color
Panel with #bdabc2 background
background-color: #bdabc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdabc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdabc2; background: linear-gradient(135deg, #bdabc2, #C2ABB8);