#bc9cf8
a light, electric violet · warm · closest name: plum
RGB
188, 156, 248
HSL
261°, 87%, 79%
CMYK
24, 37, 0, 3
Luminance
0.4125
Every format
| HEX | #bc9cf8 |
| RGB | rgb(188, 156, 248) |
| HSL | hsl(261, 87%, 79%) |
| CMYK | cmyk(24%, 37%, 0%, 3%) |
| LAB | lab(70.3 30.3 -41.7) |
| LCH | lch(70.3 51.5 306.0) |
| OKLCH | oklch(0.756 0.133 299.2) |
Copy-ready code
/* CSS */
color: #bc9cf8;
background-color: #bc9cf8;
/* Tailwind (arbitrary) */
class="text-[#bc9cf8] bg-[#bc9cf8]"
/* SCSS */
$brand: #bc9cf8;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.973)
/* Android */
Color.parseColor("#bc9cf8")Accessibility — WCAG contrast
Aa
#bc9cf8 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9cf8 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue97.3%
CMYK percentages
Cyan24.2%
Magenta37.1%
Yellow0.0%
Key (black)2.7%
Color previews
#bc9cf8 text on a black background
contrast 9.25:1
Card sample
#bc9cf8 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9cf8;
Background color
Panel with #bc9cf8 background
background-color: #bc9cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9cf8; background: linear-gradient(135deg, #bc9cf8, #F89CF7);