#bc9ee5
a light, vivid violet · warm · closest name: plum
RGB
188, 158, 229
HSL
265°, 58%, 76%
CMYK
18, 31, 0, 10
Luminance
0.4080
Every format
| HEX | #bc9ee5 |
| RGB | rgb(188, 158, 229) |
| HSL | hsl(265, 58%, 76%) |
| CMYK | cmyk(18%, 31%, 0%, 10%) |
| LAB | lab(70.0 24.8 -31.8) |
| LCH | lch(70.0 40.3 308.0) |
| OKLCH | oklch(0.751 0.105 303.3) |
Copy-ready code
/* CSS */
color: #bc9ee5;
background-color: #bc9ee5;
/* Tailwind (arbitrary) */
class="text-[#bc9ee5] bg-[#bc9ee5]"
/* SCSS */
$brand: #bc9ee5;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.898)
/* Android */
Color.parseColor("#bc9ee5")Accessibility — WCAG contrast
Aa
#bc9ee5 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ee5 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue89.8%
CMYK percentages
Cyan17.9%
Magenta31.0%
Yellow0.0%
Key (black)10.2%
Color previews
#bc9ee5 text on a black background
contrast 9.16:1
Card sample
#bc9ee5 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ee5;
Background color
Panel with #bc9ee5 background
background-color: #bc9ee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ee5; background: linear-gradient(135deg, #bc9ee5, #E59EDF);