#bc9eed
a light, vivid violet · warm · closest name: plum
RGB
188, 158, 237
HSL
263°, 69%, 78%
CMYK
21, 33, 0, 7
Luminance
0.4126
Every format
| HEX | #bc9eed |
| RGB | rgb(188, 158, 237) |
| HSL | hsl(263, 69%, 78%) |
| CMYK | cmyk(21%, 33%, 0%, 7%) |
| LAB | lab(70.4 26.6 -35.6) |
| LCH | lch(70.4 44.5 306.8) |
| OKLCH | oklch(0.755 0.115 301.1) |
Copy-ready code
/* CSS */
color: #bc9eed;
background-color: #bc9eed;
/* Tailwind (arbitrary) */
class="text-[#bc9eed] bg-[#bc9eed]"
/* SCSS */
$brand: #bc9eed;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.929)
/* Android */
Color.parseColor("#bc9eed")Accessibility — WCAG contrast
Aa
#bc9eed on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9eed on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue92.9%
CMYK percentages
Cyan20.7%
Magenta33.3%
Yellow0.0%
Key (black)7.1%
Color previews
#bc9eed text on a black background
contrast 9.25:1
Card sample
#bc9eed text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9eed;
Background color
Panel with #bc9eed background
background-color: #bc9eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9eed; background: linear-gradient(135deg, #bc9eed, #ED9EE9);