#ba8cdf
a light, vivid violet · warm · closest name: plum
RGB
186, 140, 223
HSL
273°, 57%, 71%
CMYK
17, 37, 0, 13
Luminance
0.3452
Every format
| HEX | #ba8cdf |
| RGB | rgb(186, 140, 223) |
| HSL | hsl(273, 57%, 71%) |
| CMYK | cmyk(17%, 37%, 0%, 13%) |
| LAB | lab(65.4 32.9 -35.7) |
| LCH | lch(65.4 48.5 312.7) |
| OKLCH | oklch(0.715 0.127 308.9) |
Copy-ready code
/* CSS */
color: #ba8cdf;
background-color: #ba8cdf;
/* Tailwind (arbitrary) */
class="text-[#ba8cdf] bg-[#ba8cdf]"
/* SCSS */
$brand: #ba8cdf;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#ba8cdf")Accessibility — WCAG contrast
Aa
#ba8cdf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8cdf on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ba8cdf text on a black background
contrast 7.90:1
Card sample
#ba8cdf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8cdf;
Background color
Panel with #ba8cdf background
background-color: #ba8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8cdf; background: linear-gradient(135deg, #ba8cdf, #DF8CCD);