#ba89cf
a light, soft violet · warm · closest name: plum
RGB
186, 137, 207
HSL
282°, 42%, 68%
CMYK
10, 34, 0, 19
Luminance
0.3284
Every format
| HEX | #ba89cf |
| RGB | rgb(186, 137, 207) |
| HSL | hsl(282, 42%, 68%) |
| CMYK | cmyk(10%, 34%, 0%, 19%) |
| LAB | lab(64.0 31.2 -28.9) |
| LCH | lch(64.0 42.5 317.2) |
| OKLCH | oklch(0.702 0.113 315.4) |
Copy-ready code
/* CSS */
color: #ba89cf;
background-color: #ba89cf;
/* Tailwind (arbitrary) */
class="text-[#ba89cf] bg-[#ba89cf]"
/* SCSS */
$brand: #ba89cf;
/* SwiftUI */
Color(red: 0.729, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#ba89cf")Accessibility — WCAG contrast
Aa
#ba89cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba89cf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.7%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta33.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ba89cf text on a black background
contrast 7.57:1
Card sample
#ba89cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba89cf;
Background color
Panel with #ba89cf background
background-color: #ba89cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba89cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba89cf; background: linear-gradient(135deg, #ba89cf, #CF89B5);