#ba8ceb
a light, vivid violet · warm · closest name: plum
RGB
186, 140, 235
HSL
269°, 70%, 74%
CMYK
21, 40, 0, 8
Luminance
0.3519
Every format
| HEX | #ba8ceb |
| RGB | rgb(186, 140, 235) |
| HSL | hsl(269, 70%, 74%) |
| CMYK | cmyk(21%, 40%, 0%, 8%) |
| LAB | lab(65.9 35.6 -41.5) |
| LCH | lch(65.9 54.7 310.6) |
| OKLCH | oklch(0.720 0.142 305.4) |
Copy-ready code
/* CSS */
color: #ba8ceb;
background-color: #ba8ceb;
/* Tailwind (arbitrary) */
class="text-[#ba8ceb] bg-[#ba8ceb]"
/* SCSS */
$brand: #ba8ceb;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#ba8ceb")Accessibility — WCAG contrast
Aa
#ba8ceb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8ceb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ba8ceb text on a black background
contrast 8.04:1
Card sample
#ba8ceb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8ceb;
Background color
Panel with #ba8ceb background
background-color: #ba8ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8ceb; background: linear-gradient(135deg, #ba8ceb, #EB8CDD);