#ba8fd1
a light, soft violet · warm · closest name: plum
RGB
186, 143, 209
HSL
279°, 42%, 69%
CMYK
11, 32, 0, 18
Luminance
0.3469
Every format
| HEX | #ba8fd1 |
| RGB | rgb(186, 143, 209) |
| HSL | hsl(279, 42%, 69%) |
| CMYK | cmyk(11%, 32%, 0%, 18%) |
| LAB | lab(65.5 28.3 -27.7) |
| LCH | lch(65.5 39.6 315.5) |
| OKLCH | oklch(0.714 0.105 313.5) |
Copy-ready code
/* CSS */
color: #ba8fd1;
background-color: #ba8fd1;
/* Tailwind (arbitrary) */
class="text-[#ba8fd1] bg-[#ba8fd1]"
/* SCSS */
$brand: #ba8fd1;
/* SwiftUI */
Color(red: 0.729, green: 0.561, blue: 0.820)
/* Android */
Color.parseColor("#ba8fd1")Accessibility — WCAG contrast
Aa
#ba8fd1 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8fd1 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.1%
Blue82.0%
CMYK percentages
Cyan11.0%
Magenta31.6%
Yellow0.0%
Key (black)18.0%
Color previews
#ba8fd1 text on a black background
contrast 7.94:1
Card sample
#ba8fd1 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8fd1;
Background color
Panel with #ba8fd1 background
background-color: #ba8fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 143, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 143, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8fd1; background: linear-gradient(135deg, #ba8fd1, #D18FBC);