#bc9df1
a light, electric violet · warm · closest name: plum
RGB
188, 157, 241
HSL
262°, 75%, 78%
CMYK
22, 35, 0, 6
Luminance
0.4116
Every format
| HEX | #bc9df1 |
| RGB | rgb(188, 157, 241) |
| HSL | hsl(262, 75%, 78%) |
| CMYK | cmyk(22%, 35%, 0%, 6%) |
| LAB | lab(70.3 28.1 -37.9) |
| LCH | lch(70.3 47.2 306.5) |
| OKLCH | oklch(0.755 0.122 300.5) |
Copy-ready code
/* CSS */
color: #bc9df1;
background-color: #bc9df1;
/* Tailwind (arbitrary) */
class="text-[#bc9df1] bg-[#bc9df1]"
/* SCSS */
$brand: #bc9df1;
/* SwiftUI */
Color(red: 0.737, green: 0.616, blue: 0.945)
/* Android */
Color.parseColor("#bc9df1")Accessibility — WCAG contrast
Aa
#bc9df1 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9df1 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.6%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta34.9%
Yellow0.0%
Key (black)5.5%
Color previews
#bc9df1 text on a black background
contrast 9.23:1
Card sample
#bc9df1 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9df1;
Background color
Panel with #bc9df1 background
background-color: #bc9df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 157, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 157, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9df1; background: linear-gradient(135deg, #bc9df1, #F19DEE);