#ba8adc
a light, vivid violet · warm · closest name: plum
RGB
186, 138, 220
HSL
275°, 54%, 70%
CMYK
16, 37, 0, 14
Luminance
0.3378
Every format
| HEX | #ba8adc |
| RGB | rgb(186, 138, 220) |
| HSL | hsl(275, 54%, 70%) |
| CMYK | cmyk(16%, 37%, 0%, 14%) |
| LAB | lab(64.8 33.4 -34.9) |
| LCH | lch(64.8 48.3 313.7) |
| OKLCH | oklch(0.710 0.127 310.3) |
Copy-ready code
/* CSS */
color: #ba8adc;
background-color: #ba8adc;
/* Tailwind (arbitrary) */
class="text-[#ba8adc] bg-[#ba8adc]"
/* SCSS */
$brand: #ba8adc;
/* SwiftUI */
Color(red: 0.729, green: 0.541, blue: 0.863)
/* Android */
Color.parseColor("#ba8adc")Accessibility — WCAG contrast
Aa
#ba8adc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8adc on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.1%
Blue86.3%
CMYK percentages
Cyan15.5%
Magenta37.3%
Yellow0.0%
Key (black)13.7%
Color previews
#ba8adc text on a black background
contrast 7.76:1
Card sample
#ba8adc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8adc;
Background color
Panel with #ba8adc background
background-color: #ba8adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 138, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 138, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8adc; background: linear-gradient(135deg, #ba8adc, #DC8AC7);