#bdadcf
a light, soft violet · warm · closest name: silver
RGB
189, 173, 207
HSL
268°, 26%, 75%
CMYK
9, 16, 0, 19
Luminance
0.4521
Every format
| HEX | #bdadcf |
| RGB | rgb(189, 173, 207) |
| HSL | hsl(268, 26%, 75%) |
| CMYK | cmyk(9%, 16%, 0%, 19%) |
| LAB | lab(73.0 12.2 -15.1) |
| LCH | lch(73.0 19.4 308.8) |
| OKLCH | oklch(0.772 0.051 306.5) |
Copy-ready code
/* CSS */
color: #bdadcf;
background-color: #bdadcf;
/* Tailwind (arbitrary) */
class="text-[#bdadcf] bg-[#bdadcf]"
/* SCSS */
$brand: #bdadcf;
/* SwiftUI */
Color(red: 0.741, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#bdadcf")Accessibility — WCAG contrast
Aa
#bdadcf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdadcf on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.8%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bdadcf text on a black background
contrast 10.04:1
Card sample
#bdadcf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdadcf;
Background color
Panel with #bdadcf background
background-color: #bdadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdadcf; background: linear-gradient(135deg, #bdadcf, #CFADCA);