#ba93eb
a light, vivid violet · warm · closest name: plum
RGB
186, 147, 235
HSL
267°, 69%, 75%
CMYK
21, 37, 0, 8
Luminance
0.3730
Every format
| HEX | #ba93eb |
| RGB | rgb(186, 147, 235) |
| HSL | hsl(267, 69%, 75%) |
| CMYK | cmyk(21%, 37%, 0%, 8%) |
| LAB | lab(67.5 31.7 -39.0) |
| LCH | lch(67.5 50.3 309.1) |
| OKLCH | oklch(0.733 0.130 303.7) |
Copy-ready code
/* CSS */
color: #ba93eb;
background-color: #ba93eb;
/* Tailwind (arbitrary) */
class="text-[#ba93eb] bg-[#ba93eb]"
/* SCSS */
$brand: #ba93eb;
/* SwiftUI */
Color(red: 0.729, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#ba93eb")Accessibility — WCAG contrast
Aa
#ba93eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba93eb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green57.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ba93eb text on a black background
contrast 8.46:1
Card sample
#ba93eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba93eb;
Background color
Panel with #ba93eb background
background-color: #ba93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba93eb; background: linear-gradient(135deg, #ba93eb, #EB93E1);