#ba8ecf
a light, soft violet · warm · closest name: plum
RGB
186, 142, 207
HSL
281°, 40%, 68%
CMYK
10, 31, 0, 19
Luminance
0.3429
Every format
| HEX | #ba8ecf |
| RGB | rgb(186, 142, 207) |
| HSL | hsl(281, 40%, 68%) |
| CMYK | cmyk(10%, 31%, 0%, 19%) |
| LAB | lab(65.2 28.4 -27.1) |
| LCH | lch(65.2 39.2 316.3) |
| OKLCH | oklch(0.711 0.104 314.5) |
Copy-ready code
/* CSS */
color: #ba8ecf;
background-color: #ba8ecf;
/* Tailwind (arbitrary) */
class="text-[#ba8ecf] bg-[#ba8ecf]"
/* SCSS */
$brand: #ba8ecf;
/* SwiftUI */
Color(red: 0.729, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#ba8ecf")Accessibility — WCAG contrast
Aa
#ba8ecf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8ecf on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green55.7%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta31.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ba8ecf text on a black background
contrast 7.86:1
Card sample
#ba8ecf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8ecf;
Background color
Panel with #ba8ecf background
background-color: #ba8ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8ecf; background: linear-gradient(135deg, #ba8ecf, #CF8EB9);