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