#ba9cd7
a light, soft violet · warm · closest name: plum
RGB
186, 156, 215
HSL
271°, 42%, 73%
CMYK
14, 27, 0, 16
Luminance
0.3912
Every format
| HEX | #ba9cd7 |
| RGB | rgb(186, 156, 215) |
| HSL | hsl(271, 42%, 73%) |
| CMYK | cmyk(14%, 27%, 0%, 16%) |
| LAB | lab(68.8 22.3 -25.9) |
| LCH | lch(68.8 34.2 310.7) |
| OKLCH | oklch(0.740 0.089 307.5) |
Copy-ready code
/* CSS */
color: #ba9cd7;
background-color: #ba9cd7;
/* Tailwind (arbitrary) */
class="text-[#ba9cd7] bg-[#ba9cd7]"
/* SCSS */
$brand: #ba9cd7;
/* SwiftUI */
Color(red: 0.729, green: 0.612, blue: 0.843)
/* Android */
Color.parseColor("#ba9cd7")Accessibility — WCAG contrast
Aa
#ba9cd7 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9cd7 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.2%
Blue84.3%
CMYK percentages
Cyan13.5%
Magenta27.4%
Yellow0.0%
Key (black)15.7%
Color previews
#ba9cd7 text on a black background
contrast 8.82:1
Card sample
#ba9cd7 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9cd7;
Background color
Panel with #ba9cd7 background
background-color: #ba9cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 156, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 156, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9cd7; background: linear-gradient(135deg, #ba9cd7, #D79CCD);