#ba91cd
a light, soft violet · warm · closest name: plum
RGB
186, 145, 205
HSL
281°, 38%, 69%
CMYK
9, 29, 0, 20
Luminance
0.3510
Every format
| HEX | #ba91cd |
| RGB | rgb(186, 145, 205) |
| HSL | hsl(281, 38%, 69%) |
| CMYK | cmyk(9%, 29%, 0%, 20%) |
| LAB | lab(65.8 26.3 -25.0) |
| LCH | lch(65.8 36.3 316.5) |
| OKLCH | oklch(0.716 0.096 314.8) |
Copy-ready code
/* CSS */
color: #ba91cd;
background-color: #ba91cd;
/* Tailwind (arbitrary) */
class="text-[#ba91cd] bg-[#ba91cd]"
/* SCSS */
$brand: #ba91cd;
/* SwiftUI */
Color(red: 0.729, green: 0.569, blue: 0.804)
/* Android */
Color.parseColor("#ba91cd")Accessibility — WCAG contrast
Aa
#ba91cd on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba91cd on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.9%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta29.3%
Yellow0.0%
Key (black)19.6%
Color previews
#ba91cd text on a black background
contrast 8.02:1
Card sample
#ba91cd text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba91cd;
Background color
Panel with #ba91cd background
background-color: #ba91cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba91cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 145, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 145, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba91cd; background: linear-gradient(135deg, #ba91cd, #CD91B8);