#bdaccd
a light, soft violet · warm · closest name: silver
RGB
189, 172, 205
HSL
271°, 25%, 74%
CMYK
8, 16, 0, 20
Luminance
0.4473
Every format
| HEX | #bdaccd |
| RGB | rgb(189, 172, 205) |
| HSL | hsl(271, 25%, 74%) |
| CMYK | cmyk(8%, 16%, 0%, 20%) |
| LAB | lab(72.7 12.3 -14.5) |
| LCH | lch(72.7 19.0 310.3) |
| OKLCH | oklch(0.769 0.050 308.4) |
Copy-ready code
/* CSS */
color: #bdaccd;
background-color: #bdaccd;
/* Tailwind (arbitrary) */
class="text-[#bdaccd] bg-[#bdaccd]"
/* SCSS */
$brand: #bdaccd;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.804)
/* Android */
Color.parseColor("#bdaccd")Accessibility — WCAG contrast
Aa
#bdaccd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaccd on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta16.1%
Yellow0.0%
Key (black)19.6%
Color previews
#bdaccd text on a black background
contrast 9.95:1
Card sample
#bdaccd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaccd;
Background color
Panel with #bdaccd background
background-color: #bdaccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaccd; background: linear-gradient(135deg, #bdaccd, #CDACC7);