#ba91cf
a light, soft violet · warm · closest name: plum
RGB
186, 145, 207
HSL
280°, 39%, 69%
CMYK
10, 30, 0, 19
Luminance
0.3519
Every format
| HEX | #ba91cf |
| RGB | rgb(186, 145, 207) |
| HSL | hsl(280, 39%, 69%) |
| CMYK | cmyk(10%, 30%, 0%, 19%) |
| LAB | lab(65.9 26.7 -26.0) |
| LCH | lch(65.9 37.3 315.8) |
| OKLCH | oklch(0.717 0.099 313.9) |
Copy-ready code
/* CSS */
color: #ba91cf;
background-color: #ba91cf;
/* Tailwind (arbitrary) */
class="text-[#ba91cf] bg-[#ba91cf]"
/* SCSS */
$brand: #ba91cf;
/* SwiftUI */
Color(red: 0.729, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#ba91cf")Accessibility — WCAG contrast
Aa
#ba91cf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba91cf on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.9%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta30.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ba91cf text on a black background
contrast 8.04:1
Card sample
#ba91cf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba91cf;
Background color
Panel with #ba91cf background
background-color: #ba91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba91cf; background: linear-gradient(135deg, #ba91cf, #CF91BB);