#ba9fd0
a light, soft violet · warm · closest name: plum
RGB
186, 159, 208
HSL
273°, 34%, 72%
CMYK
11, 24, 0, 18
Luminance
0.3979
Every format
| HEX | #ba9fd0 |
| RGB | rgb(186, 159, 208) |
| HSL | hsl(273, 34%, 72%) |
| CMYK | cmyk(11%, 24%, 0%, 18%) |
| LAB | lab(69.3 19.1 -21.3) |
| LCH | lch(69.3 28.6 311.9) |
| OKLCH | oklch(0.743 0.075 309.5) |
Copy-ready code
/* CSS */
color: #ba9fd0;
background-color: #ba9fd0;
/* Tailwind (arbitrary) */
class="text-[#ba9fd0] bg-[#ba9fd0]"
/* SCSS */
$brand: #ba9fd0;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.816)
/* Android */
Color.parseColor("#ba9fd0")Accessibility — WCAG contrast
Aa
#ba9fd0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9fd0 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue81.6%
CMYK percentages
Cyan10.6%
Magenta23.6%
Yellow0.0%
Key (black)18.4%
Color previews
#ba9fd0 text on a black background
contrast 8.96:1
Card sample
#ba9fd0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9fd0;
Background color
Panel with #ba9fd0 background
background-color: #ba9fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9fd0; background: linear-gradient(135deg, #ba9fd0, #D09FC5);