#bdaccf
a light, soft violet · warm · closest name: silver
RGB
189, 172, 207
HSL
269°, 27%, 74%
CMYK
9, 17, 0, 19
Luminance
0.4483
Every format
| HEX | #bdaccf |
| RGB | rgb(189, 172, 207) |
| HSL | hsl(269, 27%, 74%) |
| CMYK | cmyk(9%, 17%, 0%, 19%) |
| LAB | lab(72.8 12.7 -15.5) |
| LCH | lch(72.8 20.1 309.4) |
| OKLCH | oklch(0.770 0.052 307.1) |
Copy-ready code
/* CSS */
color: #bdaccf;
background-color: #bdaccf;
/* Tailwind (arbitrary) */
class="text-[#bdaccf] bg-[#bdaccf]"
/* SCSS */
$brand: #bdaccf;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#bdaccf")Accessibility — WCAG contrast
Aa
#bdaccf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaccf on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bdaccf text on a black background
contrast 9.97:1
Card sample
#bdaccf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaccf;
Background color
Panel with #bdaccf background
background-color: #bdaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaccf; background: linear-gradient(135deg, #bdaccf, #CFACCA);