#ba95eb
a light, vivid violet · warm · closest name: plum
RGB
186, 149, 235
HSL
266°, 68%, 75%
CMYK
21, 37, 0, 8
Luminance
0.3793
Every format
| HEX | #ba95eb |
| RGB | rgb(186, 149, 235) |
| HSL | hsl(266, 68%, 75%) |
| CMYK | cmyk(21%, 37%, 0%, 8%) |
| LAB | lab(68.0 30.6 -38.3) |
| LCH | lch(68.0 49.0 308.6) |
| OKLCH | oklch(0.736 0.127 303.2) |
Copy-ready code
/* CSS */
color: #ba95eb;
background-color: #ba95eb;
/* Tailwind (arbitrary) */
class="text-[#ba95eb] bg-[#ba95eb]"
/* SCSS */
$brand: #ba95eb;
/* SwiftUI */
Color(red: 0.729, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#ba95eb")Accessibility — WCAG contrast
Aa
#ba95eb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba95eb on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.4%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ba95eb text on a black background
contrast 8.59:1
Card sample
#ba95eb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba95eb;
Background color
Panel with #ba95eb background
background-color: #ba95eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba95eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba95eb; background: linear-gradient(135deg, #ba95eb, #EB95E3);