#bc9aeb
a light, vivid violet · warm · closest name: plum
RGB
188, 154, 235
HSL
265°, 67%, 76%
CMYK
20, 35, 0, 8
Luminance
0.3980
Every format
| HEX | #bc9aeb |
| RGB | rgb(188, 154, 235) |
| HSL | hsl(265, 67%, 76%) |
| CMYK | cmyk(20%, 35%, 0%, 8%) |
| LAB | lab(69.3 28.4 -36.1) |
| LCH | lch(69.3 46.0 308.2) |
| OKLCH | oklch(0.747 0.119 302.9) |
Copy-ready code
/* CSS */
color: #bc9aeb;
background-color: #bc9aeb;
/* Tailwind (arbitrary) */
class="text-[#bc9aeb] bg-[#bc9aeb]"
/* SCSS */
$brand: #bc9aeb;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.922)
/* Android */
Color.parseColor("#bc9aeb")Accessibility — WCAG contrast
Aa
#bc9aeb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9aeb on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta34.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bc9aeb text on a black background
contrast 8.96:1
Card sample
#bc9aeb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9aeb;
Background color
Panel with #bc9aeb background
background-color: #bc9aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9aeb; background: linear-gradient(135deg, #bc9aeb, #EB9AE4);