#ba8fe2
a light, vivid violet · warm · closest name: plum
RGB
186, 143, 226
HSL
271°, 59%, 72%
CMYK
18, 37, 0, 11
Luminance
0.3558
Every format
| HEX | #ba8fe2 |
| RGB | rgb(186, 143, 226) |
| HSL | hsl(271, 59%, 72%) |
| CMYK | cmyk(18%, 37%, 0%, 11%) |
| LAB | lab(66.2 31.9 -36.1) |
| LCH | lch(66.2 48.2 311.5) |
| OKLCH | oklch(0.721 0.125 307.3) |
Copy-ready code
/* CSS */
color: #ba8fe2;
background-color: #ba8fe2;
/* Tailwind (arbitrary) */
class="text-[#ba8fe2] bg-[#ba8fe2]"
/* SCSS */
$brand: #ba8fe2;
/* SwiftUI */
Color(red: 0.729, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#ba8fe2")Accessibility — WCAG contrast
Aa
#ba8fe2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8fe2 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.1%
Blue88.6%
CMYK percentages
Cyan17.7%
Magenta36.7%
Yellow0.0%
Key (black)11.4%
Color previews
#ba8fe2 text on a black background
contrast 8.12:1
Card sample
#ba8fe2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8fe2;
Background color
Panel with #ba8fe2 background
background-color: #ba8fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8fe2; background: linear-gradient(135deg, #ba8fe2, #E28FD3);