#ba96df
a light, vivid violet · warm · closest name: plum
RGB
186, 150, 223
HSL
270°, 53%, 73%
CMYK
17, 33, 0, 13
Luminance
0.3758
Every format
| HEX | #ba96df |
| RGB | rgb(186, 150, 223) |
| HSL | hsl(270, 53%, 73%) |
| CMYK | cmyk(17%, 33%, 0%, 13%) |
| LAB | lab(67.7 27.4 -32.1) |
| LCH | lch(67.7 42.1 310.5) |
| OKLCH | oklch(0.732 0.110 306.4) |
Copy-ready code
/* CSS */
color: #ba96df;
background-color: #ba96df;
/* Tailwind (arbitrary) */
class="text-[#ba96df] bg-[#ba96df]"
/* SCSS */
$brand: #ba96df;
/* SwiftUI */
Color(red: 0.729, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#ba96df")Accessibility — WCAG contrast
Aa
#ba96df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba96df on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.8%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ba96df text on a black background
contrast 8.52:1
Card sample
#ba96df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba96df;
Background color
Panel with #ba96df background
background-color: #ba96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba96df; background: linear-gradient(135deg, #ba96df, #DF96D3);