#bc9bdd
a light, vivid violet · warm · closest name: plum
RGB
188, 155, 221
HSL
270°, 49%, 74%
CMYK
15, 30, 0, 13
Luminance
0.3935
Every format
| HEX | #bc9bdd |
| RGB | rgb(188, 155, 221) |
| HSL | hsl(270, 49%, 74%) |
| CMYK | cmyk(15%, 30%, 0%, 13%) |
| LAB | lab(69.0 24.8 -28.9) |
| LCH | lch(69.0 38.1 310.5) |
| OKLCH | oklch(0.743 0.099 307.0) |
Copy-ready code
/* CSS */
color: #bc9bdd;
background-color: #bc9bdd;
/* Tailwind (arbitrary) */
class="text-[#bc9bdd] bg-[#bc9bdd]"
/* SCSS */
$brand: #bc9bdd;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.867)
/* Android */
Color.parseColor("#bc9bdd")Accessibility — WCAG contrast
Aa
#bc9bdd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bdd on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue86.7%
CMYK percentages
Cyan14.9%
Magenta29.9%
Yellow0.0%
Key (black)13.3%
Color previews
#bc9bdd text on a black background
contrast 8.87:1
Card sample
#bc9bdd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bdd;
Background color
Panel with #bc9bdd background
background-color: #bc9bdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bdd; background: linear-gradient(135deg, #bc9bdd, #DD9BD2);