#ba99eb
a light, vivid violet · warm · closest name: plum
RGB
186, 153, 235
HSL
264°, 67%, 76%
CMYK
21, 35, 0, 8
Luminance
0.3922
Every format
| HEX | #ba99eb |
| RGB | rgb(186, 153, 235) |
| HSL | hsl(264, 67%, 76%) |
| CMYK | cmyk(21%, 35%, 0%, 8%) |
| LAB | lab(68.9 28.4 -36.8) |
| LCH | lch(68.9 46.5 307.6) |
| OKLCH | oklch(0.743 0.120 302.1) |
Copy-ready code
/* CSS */
color: #ba99eb;
background-color: #ba99eb;
/* Tailwind (arbitrary) */
class="text-[#ba99eb] bg-[#ba99eb]"
/* SCSS */
$brand: #ba99eb;
/* SwiftUI */
Color(red: 0.729, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#ba99eb")Accessibility — WCAG contrast
Aa
#ba99eb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba99eb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ba99eb text on a black background
contrast 8.84:1
Card sample
#ba99eb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba99eb;
Background color
Panel with #ba99eb background
background-color: #ba99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba99eb; background: linear-gradient(135deg, #ba99eb, #EB99E5);