#ba98eb
a light, vivid violet · warm · closest name: plum
RGB
186, 152, 235
HSL
265°, 68%, 76%
CMYK
21, 35, 0, 8
Luminance
0.3889
Every format
| HEX | #ba98eb |
| RGB | rgb(186, 152, 235) |
| HSL | hsl(265, 68%, 76%) |
| CMYK | cmyk(21%, 35%, 0%, 8%) |
| LAB | lab(68.7 28.9 -37.2) |
| LCH | lch(68.7 47.1 307.9) |
| OKLCH | oklch(0.741 0.122 302.4) |
Copy-ready code
/* CSS */
color: #ba98eb;
background-color: #ba98eb;
/* Tailwind (arbitrary) */
class="text-[#ba98eb] bg-[#ba98eb]"
/* SCSS */
$brand: #ba98eb;
/* SwiftUI */
Color(red: 0.729, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#ba98eb")Accessibility — WCAG contrast
Aa
#ba98eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba98eb on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ba98eb text on a black background
contrast 8.78:1
Card sample
#ba98eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba98eb;
Background color
Panel with #ba98eb background
background-color: #ba98eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba98eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba98eb; background: linear-gradient(135deg, #ba98eb, #EB98E5);