#bdabcf
a light, soft violet · warm · closest name: plum
RGB
189, 171, 207
HSL
270°, 27%, 74%
CMYK
9, 17, 0, 19
Luminance
0.4445
Every format
| HEX | #bdabcf |
| RGB | rgb(189, 171, 207) |
| HSL | hsl(270, 27%, 74%) |
| CMYK | cmyk(9%, 17%, 0%, 19%) |
| LAB | lab(72.5 13.3 -15.9) |
| LCH | lch(72.5 20.7 309.9) |
| OKLCH | oklch(0.768 0.054 307.7) |
Copy-ready code
/* CSS */
color: #bdabcf;
background-color: #bdabcf;
/* Tailwind (arbitrary) */
class="text-[#bdabcf] bg-[#bdabcf]"
/* SCSS */
$brand: #bdabcf;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#bdabcf")Accessibility — WCAG contrast
Aa
#bdabcf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdabcf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bdabcf text on a black background
contrast 9.89:1
Card sample
#bdabcf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdabcf;
Background color
Panel with #bdabcf background
background-color: #bdabcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdabcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdabcf; background: linear-gradient(135deg, #bdabcf, #CFABC9);