#ba8cd7
a light, vivid violet · warm · closest name: plum
RGB
186, 140, 215
HSL
277°, 48%, 70%
CMYK
14, 35, 0, 16
Luminance
0.3410
Every format
| HEX | #ba8cd7 |
| RGB | rgb(186, 140, 215) |
| HSL | hsl(277, 48%, 70%) |
| CMYK | cmyk(14%, 35%, 0%, 16%) |
| LAB | lab(65.0 31.2 -31.8) |
| LCH | lch(65.0 44.5 314.5) |
| OKLCH | oklch(0.711 0.117 311.7) |
Copy-ready code
/* CSS */
color: #ba8cd7;
background-color: #ba8cd7;
/* Tailwind (arbitrary) */
class="text-[#ba8cd7] bg-[#ba8cd7]"
/* SCSS */
$brand: #ba8cd7;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.843)
/* Android */
Color.parseColor("#ba8cd7")Accessibility — WCAG contrast
Aa
#ba8cd7 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8cd7 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue84.3%
CMYK percentages
Cyan13.5%
Magenta34.9%
Yellow0.0%
Key (black)15.7%
Color previews
#ba8cd7 text on a black background
contrast 7.82:1
Card sample
#ba8cd7 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8cd7;
Background color
Panel with #ba8cd7 background
background-color: #ba8cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8cd7; background: linear-gradient(135deg, #ba8cd7, #D78CC2);