#ba9fd6
a light, soft violet · warm · closest name: plum
RGB
186, 159, 214
HSL
270°, 40%, 73%
CMYK
13, 26, 0, 16
Luminance
0.4009
Every format
| HEX | #ba9fd6 |
| RGB | rgb(186, 159, 214) |
| HSL | hsl(270, 40%, 73%) |
| CMYK | cmyk(13%, 26%, 0%, 16%) |
| LAB | lab(69.5 20.4 -24.3) |
| LCH | lch(69.5 31.7 310.0) |
| OKLCH | oklch(0.745 0.083 306.8) |
Copy-ready code
/* CSS */
color: #ba9fd6;
background-color: #ba9fd6;
/* Tailwind (arbitrary) */
class="text-[#ba9fd6] bg-[#ba9fd6]"
/* SCSS */
$brand: #ba9fd6;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.839)
/* Android */
Color.parseColor("#ba9fd6")Accessibility — WCAG contrast
Aa
#ba9fd6 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9fd6 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue83.9%
CMYK percentages
Cyan13.1%
Magenta25.7%
Yellow0.0%
Key (black)16.1%
Color previews
#ba9fd6 text on a black background
contrast 9.02:1
Card sample
#ba9fd6 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9fd6;
Background color
Panel with #ba9fd6 background
background-color: #ba9fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9fd6; background: linear-gradient(135deg, #ba9fd6, #D69FCD);