#bc9bd8
a light, soft violet · warm · closest name: plum
RGB
188, 155, 216
HSL
273°, 44%, 73%
CMYK
13, 28, 0, 15
Luminance
0.3909
Every format
| HEX | #bc9bd8 |
| RGB | rgb(188, 155, 216) |
| HSL | hsl(273, 44%, 73%) |
| CMYK | cmyk(13%, 28%, 0%, 15%) |
| LAB | lab(68.8 23.7 -26.5) |
| LCH | lch(68.8 35.5 311.8) |
| OKLCH | oklch(0.740 0.093 308.9) |
Copy-ready code
/* CSS */
color: #bc9bd8;
background-color: #bc9bd8;
/* Tailwind (arbitrary) */
class="text-[#bc9bd8] bg-[#bc9bd8]"
/* SCSS */
$brand: #bc9bd8;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.847)
/* Android */
Color.parseColor("#bc9bd8")Accessibility — WCAG contrast
Aa
#bc9bd8 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bd8 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue84.7%
CMYK percentages
Cyan13.0%
Magenta28.2%
Yellow0.0%
Key (black)15.3%
Color previews
#bc9bd8 text on a black background
contrast 8.82:1
Card sample
#bc9bd8 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bd8;
Background color
Panel with #bc9bd8 background
background-color: #bc9bd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bd8; background: linear-gradient(135deg, #bc9bd8, #D89BCB);