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