#ba96dc
a light, vivid violet · warm · closest name: plum
RGB
186, 150, 220
HSL
271°, 50%, 73%
CMYK
16, 32, 0, 14
Luminance
0.3742
Every format
| HEX | #ba96dc |
| RGB | rgb(186, 150, 220) |
| HSL | hsl(271, 50%, 73%) |
| CMYK | cmyk(16%, 32%, 0%, 14%) |
| LAB | lab(67.6 26.7 -30.6) |
| LCH | lch(67.6 40.6 311.1) |
| OKLCH | oklch(0.731 0.106 307.5) |
Copy-ready code
/* CSS */
color: #ba96dc;
background-color: #ba96dc;
/* Tailwind (arbitrary) */
class="text-[#ba96dc] bg-[#ba96dc]"
/* SCSS */
$brand: #ba96dc;
/* SwiftUI */
Color(red: 0.729, green: 0.588, blue: 0.863)
/* Android */
Color.parseColor("#ba96dc")Accessibility — WCAG contrast
Aa
#ba96dc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba96dc on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.8%
Blue86.3%
CMYK percentages
Cyan15.5%
Magenta31.8%
Yellow0.0%
Key (black)13.7%
Color previews
#ba96dc text on a black background
contrast 8.48:1
Card sample
#ba96dc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba96dc;
Background color
Panel with #ba96dc background
background-color: #ba96dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba96dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 150, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 150, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba96dc; background: linear-gradient(135deg, #ba96dc, #DC96CF);