#ba8ccf
a light, soft violet · warm · closest name: plum
RGB
186, 140, 207
HSL
281°, 41%, 68%
CMYK
10, 32, 0, 19
Luminance
0.3370
Every format
| HEX | #ba8ccf |
| RGB | rgb(186, 140, 207) |
| HSL | hsl(281, 41%, 68%) |
| CMYK | cmyk(10%, 32%, 0%, 19%) |
| LAB | lab(64.7 29.5 -27.8) |
| LCH | lch(64.7 40.5 316.7) |
| OKLCH | oklch(0.708 0.107 314.9) |
Copy-ready code
/* CSS */
color: #ba8ccf;
background-color: #ba8ccf;
/* Tailwind (arbitrary) */
class="text-[#ba8ccf] bg-[#ba8ccf]"
/* SCSS */
$brand: #ba8ccf;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#ba8ccf")Accessibility — WCAG contrast
Aa
#ba8ccf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8ccf on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ba8ccf text on a black background
contrast 7.74:1
Card sample
#ba8ccf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8ccf;
Background color
Panel with #ba8ccf background
background-color: #ba8ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8ccf; background: linear-gradient(135deg, #ba8ccf, #CF8CB7);