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