#bc9bfe
a light, electric violet · warm · closest name: plum
RGB
188, 155, 254
HSL
260°, 98%, 80%
CMYK
26, 39, 0, 0
Luminance
0.4129
Every format
| HEX | #bc9bfe |
| RGB | rgb(188, 155, 254) |
| HSL | hsl(260, 98%, 80%) |
| CMYK | cmyk(26%, 39%, 0%, 0%) |
| LAB | lab(70.4 32.2 -44.9) |
| LCH | lch(70.4 55.3 305.7) |
| OKLCH | oklch(0.757 0.142 298.3) |
Copy-ready code
/* CSS */
color: #bc9bfe;
background-color: #bc9bfe;
/* Tailwind (arbitrary) */
class="text-[#bc9bfe] bg-[#bc9bfe]"
/* SCSS */
$brand: #bc9bfe;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#bc9bfe")Accessibility — WCAG contrast
Aa
#bc9bfe on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bfe on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bc9bfe text on a black background
contrast 9.26:1
Card sample
#bc9bfe text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bfe;
Background color
Panel with #bc9bfe background
background-color: #bc9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bfe; background: linear-gradient(135deg, #bc9bfe, #FE9BFE);