#bc99eb
a light, vivid violet · warm · closest name: plum
RGB
188, 153, 235
HSL
266°, 67%, 76%
CMYK
20, 35, 0, 8
Luminance
0.3947
Every format
| HEX | #bc99eb |
| RGB | rgb(188, 153, 235) |
| HSL | hsl(266, 67%, 76%) |
| CMYK | cmyk(20%, 35%, 0%, 8%) |
| LAB | lab(69.1 29.0 -36.5) |
| LCH | lch(69.1 46.6 308.4) |
| OKLCH | oklch(0.745 0.121 303.2) |
Copy-ready code
/* CSS */
color: #bc99eb;
background-color: #bc99eb;
/* Tailwind (arbitrary) */
class="text-[#bc99eb] bg-[#bc99eb]"
/* SCSS */
$brand: #bc99eb;
/* SwiftUI */
Color(red: 0.737, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#bc99eb")Accessibility — WCAG contrast
Aa
#bc99eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc99eb on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bc99eb text on a black background
contrast 8.89:1
Card sample
#bc99eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc99eb;
Background color
Panel with #bc99eb background
background-color: #bc99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc99eb; background: linear-gradient(135deg, #bc99eb, #EB99E3);