#ba9cdf
a light, vivid violet · warm · closest name: plum
RGB
186, 156, 223
HSL
267°, 51%, 74%
CMYK
17, 30, 0, 13
Luminance
0.3954
Every format
| HEX | #ba9cdf |
| RGB | rgb(186, 156, 223) |
| HSL | hsl(267, 51%, 74%) |
| CMYK | cmyk(17%, 30%, 0%, 13%) |
| LAB | lab(69.1 24.0 -29.9) |
| LCH | lch(69.1 38.3 308.8) |
| OKLCH | oklch(0.743 0.100 304.6) |
Copy-ready code
/* CSS */
color: #ba9cdf;
background-color: #ba9cdf;
/* Tailwind (arbitrary) */
class="text-[#ba9cdf] bg-[#ba9cdf]"
/* SCSS */
$brand: #ba9cdf;
/* SwiftUI */
Color(red: 0.729, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#ba9cdf")Accessibility — WCAG contrast
Aa
#ba9cdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9cdf on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ba9cdf text on a black background
contrast 8.91:1
Card sample
#ba9cdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9cdf;
Background color
Panel with #ba9cdf background
background-color: #ba9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9cdf; background: linear-gradient(135deg, #ba9cdf, #DF9CD7);