#a384d1
a light, vivid violet · warm · closest name: plum
RGB
163, 132, 209
HSL
264°, 46%, 67%
CMYK
22, 37, 0, 18
Luminance
0.2889
Every format
| HEX | #a384d1 |
| RGB | rgb(163, 132, 209) |
| HSL | hsl(264, 46%, 67%) |
| CMYK | cmyk(22%, 37%, 0%, 18%) |
| LAB | lab(60.7 27.4 -35.4) |
| LCH | lch(60.7 44.7 307.7) |
| OKLCH | oklch(0.672 0.116 301.9) |
Copy-ready code
/* CSS */
color: #a384d1;
background-color: #a384d1;
/* Tailwind (arbitrary) */
class="text-[#a384d1] bg-[#a384d1]"
/* SCSS */
$brand: #a384d1;
/* SwiftUI */
Color(red: 0.639, green: 0.518, blue: 0.820)
/* Android */
Color.parseColor("#a384d1")Accessibility — WCAG contrast
Aa
#a384d1 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a384d1 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green51.8%
Blue82.0%
CMYK percentages
Cyan22.0%
Magenta36.8%
Yellow0.0%
Key (black)18.0%
Color previews
#a384d1 text on a black background
contrast 6.78:1
Card sample
#a384d1 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a384d1;
Background color
Panel with #a384d1 background
background-color: #a384d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a384d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 132, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 132, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a384d1; background: linear-gradient(135deg, #a384d1, #D184CC);