#bd9bc9
a light, soft violet · warm · closest name: plum
RGB
189, 155, 201
HSL
284°, 30%, 70%
CMYK
6, 23, 0, 21
Luminance
0.3848
Every format
| HEX | #bd9bc9 |
| RGB | rgb(189, 155, 201) |
| HSL | hsl(284, 30%, 70%) |
| CMYK | cmyk(6%, 23%, 0%, 21%) |
| LAB | lab(68.4 20.9 -18.9) |
| LCH | lch(68.4 28.1 317.9) |
| OKLCH | oklch(0.736 0.075 317.2) |
Copy-ready code
/* CSS */
color: #bd9bc9;
background-color: #bd9bc9;
/* Tailwind (arbitrary) */
class="text-[#bd9bc9] bg-[#bd9bc9]"
/* SCSS */
$brand: #bd9bc9;
/* SwiftUI */
Color(red: 0.741, green: 0.608, blue: 0.788)
/* Android */
Color.parseColor("#bd9bc9")Accessibility — WCAG contrast
Aa
#bd9bc9 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9bc9 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green60.8%
Blue78.8%
CMYK percentages
Cyan6.0%
Magenta22.9%
Yellow0.0%
Key (black)21.2%
Color previews
#bd9bc9 text on a black background
contrast 8.70:1
Card sample
#bd9bc9 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9bc9;
Background color
Panel with #bd9bc9 background
background-color: #bd9bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 155, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 155, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9bc9; background: linear-gradient(135deg, #bd9bc9, #C99BB6);