#bc9ef1
a light, vivid violet · warm · closest name: plum
RGB
188, 158, 241
HSL
262°, 75%, 78%
CMYK
22, 34, 0, 6
Luminance
0.4150
Every format
| HEX | #bc9ef1 |
| RGB | rgb(188, 158, 241) |
| HSL | hsl(262, 75%, 78%) |
| CMYK | cmyk(22%, 34%, 0%, 6%) |
| LAB | lab(70.5 27.5 -37.6) |
| LCH | lch(70.5 46.6 306.2) |
| OKLCH | oklch(0.757 0.120 300.2) |
Copy-ready code
/* CSS */
color: #bc9ef1;
background-color: #bc9ef1;
/* Tailwind (arbitrary) */
class="text-[#bc9ef1] bg-[#bc9ef1]"
/* SCSS */
$brand: #bc9ef1;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#bc9ef1")Accessibility — WCAG contrast
Aa
#bc9ef1 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ef1 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta34.4%
Yellow0.0%
Key (black)5.5%
Color previews
#bc9ef1 text on a black background
contrast 9.30:1
Card sample
#bc9ef1 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ef1;
Background color
Panel with #bc9ef1 background
background-color: #bc9ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ef1; background: linear-gradient(135deg, #bc9ef1, #F19EEF);