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