#ba8ecc
a light, soft violet · warm · closest name: plum
RGB
186, 142, 204
HSL
283°, 38%, 68%
CMYK
9, 30, 0, 20
Luminance
0.3414
Every format
| HEX | #ba8ecc |
| RGB | rgb(186, 142, 204) |
| HSL | hsl(283, 38%, 68%) |
| CMYK | cmyk(9%, 30%, 0%, 20%) |
| LAB | lab(65.1 27.8 -25.6) |
| LCH | lch(65.1 37.8 317.3) |
| OKLCH | oklch(0.710 0.100 315.9) |
Copy-ready code
/* CSS */
color: #ba8ecc;
background-color: #ba8ecc;
/* Tailwind (arbitrary) */
class="text-[#ba8ecc] bg-[#ba8ecc]"
/* SCSS */
$brand: #ba8ecc;
/* SwiftUI */
Color(red: 0.729, green: 0.557, blue: 0.800)
/* Android */
Color.parseColor("#ba8ecc")Accessibility — WCAG contrast
Aa
#ba8ecc on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8ecc on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green55.7%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta30.4%
Yellow0.0%
Key (black)20.0%
Color previews
#ba8ecc text on a black background
contrast 7.83:1
Card sample
#ba8ecc text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8ecc;
Background color
Panel with #ba8ecc background
background-color: #ba8ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 142, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 142, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8ecc; background: linear-gradient(135deg, #ba8ecc, #CC8EB5);