#bc9cfc
a light, electric violet · warm · closest name: plum
RGB
188, 156, 252
HSL
260°, 94%, 80%
CMYK
25, 38, 0, 1
Luminance
0.4150
Every format
| HEX | #bc9cfc |
| RGB | rgb(188, 156, 252) |
| HSL | hsl(260, 94%, 80%) |
| CMYK | cmyk(25%, 38%, 0%, 1%) |
| LAB | lab(70.5 31.2 -43.6) |
| LCH | lch(70.5 53.6 305.6) |
| OKLCH | oklch(0.758 0.138 298.4) |
Copy-ready code
/* CSS */
color: #bc9cfc;
background-color: #bc9cfc;
/* Tailwind (arbitrary) */
class="text-[#bc9cfc] bg-[#bc9cfc]"
/* SCSS */
$brand: #bc9cfc;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.988)
/* Android */
Color.parseColor("#bc9cfc")Accessibility — WCAG contrast
Aa
#bc9cfc on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9cfc on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta38.1%
Yellow0.0%
Key (black)1.2%
Color previews
#bc9cfc text on a black background
contrast 9.30:1
Card sample
#bc9cfc text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9cfc;
Background color
Panel with #bc9cfc background
background-color: #bc9cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9cfc; background: linear-gradient(135deg, #bc9cfc, #FC9CFC);