#bc97eb
a light, vivid violet · warm · closest name: plum
RGB
188, 151, 235
HSL
266°, 68%, 76%
CMYK
20, 36, 0, 8
Luminance
0.3882
Every format
| HEX | #bc97eb |
| RGB | rgb(188, 151, 235) |
| HSL | hsl(266, 68%, 76%) |
| CMYK | cmyk(20%, 36%, 0%, 8%) |
| LAB | lab(68.6 30.1 -37.2) |
| LCH | lch(68.6 47.9 308.9) |
| OKLCH | oklch(0.741 0.124 303.8) |
Copy-ready code
/* CSS */
color: #bc97eb;
background-color: #bc97eb;
/* Tailwind (arbitrary) */
class="text-[#bc97eb] bg-[#bc97eb]"
/* SCSS */
$brand: #bc97eb;
/* SwiftUI */
Color(red: 0.737, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#bc97eb")Accessibility — WCAG contrast
Aa
#bc97eb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc97eb on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green59.2%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bc97eb text on a black background
contrast 8.76:1
Card sample
#bc97eb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc97eb;
Background color
Panel with #bc97eb background
background-color: #bc97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc97eb; background: linear-gradient(135deg, #bc97eb, #EB97E2);