#bc9efe
a light, electric violet · warm · closest name: plum
RGB
188, 158, 254
HSL
259°, 98%, 81%
CMYK
26, 38, 0, 0
Luminance
0.4230
Every format
| HEX | #bc9efe |
| RGB | rgb(188, 158, 254) |
| HSL | hsl(259, 98%, 81%) |
| CMYK | cmyk(26%, 38%, 0%, 0%) |
| LAB | lab(71.1 30.6 -43.8) |
| LCH | lch(71.1 53.4 304.9) |
| OKLCH | oklch(0.763 0.137 297.4) |
Copy-ready code
/* CSS */
color: #bc9efe;
background-color: #bc9efe;
/* Tailwind (arbitrary) */
class="text-[#bc9efe] bg-[#bc9efe]"
/* SCSS */
$brand: #bc9efe;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.996)
/* Android */
Color.parseColor("#bc9efe")Accessibility — WCAG contrast
Aa
#bc9efe on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9efe on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta37.8%
Yellow0.0%
Key (black)0.4%
Color previews
#bc9efe text on a black background
contrast 9.46:1
Card sample
#bc9efe text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9efe;
Background color
Panel with #bc9efe background
background-color: #bc9efe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9efe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9efe; background: linear-gradient(135deg, #bc9efe, #FC9EFE);