#ba96eb
a light, vivid violet · warm · closest name: plum
RGB
186, 150, 235
HSL
265°, 68%, 76%
CMYK
21, 36, 0, 8
Luminance
0.3825
Every format
| HEX | #ba96eb |
| RGB | rgb(186, 150, 235) |
| HSL | hsl(265, 68%, 76%) |
| CMYK | cmyk(21%, 36%, 0%, 8%) |
| LAB | lab(68.2 30.0 -37.9) |
| LCH | lch(68.2 48.4 308.4) |
| OKLCH | oklch(0.738 0.125 302.9) |
Copy-ready code
/* CSS */
color: #ba96eb;
background-color: #ba96eb;
/* Tailwind (arbitrary) */
class="text-[#ba96eb] bg-[#ba96eb]"
/* SCSS */
$brand: #ba96eb;
/* SwiftUI */
Color(red: 0.729, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#ba96eb")Accessibility — WCAG contrast
Aa
#ba96eb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba96eb on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.8%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ba96eb text on a black background
contrast 8.65:1
Card sample
#ba96eb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba96eb;
Background color
Panel with #ba96eb background
background-color: #ba96eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba96eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba96eb; background: linear-gradient(135deg, #ba96eb, #EB96E3);