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