#a393d8
a light, vivid blue · warm · closest name: plum
RGB
163, 147, 216
HSL
254°, 47%, 71%
CMYK
25, 32, 0, 15
Luminance
0.3361
Every format
| HEX | #a393d8 |
| RGB | rgb(163, 147, 216) |
| HSL | hsl(254, 47%, 71%) |
| CMYK | cmyk(25%, 32%, 0%, 15%) |
| LAB | lab(64.7 20.5 -33.1) |
| LCH | lch(64.7 38.9 301.7) |
| OKLCH | oklch(0.703 0.101 294.3) |
Copy-ready code
/* CSS */
color: #a393d8;
background-color: #a393d8;
/* Tailwind (arbitrary) */
class="text-[#a393d8] bg-[#a393d8]"
/* SCSS */
$brand: #a393d8;
/* SwiftUI */
Color(red: 0.639, green: 0.576, blue: 0.847)
/* Android */
Color.parseColor("#a393d8")Accessibility — WCAG contrast
Aa
#a393d8 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a393d8 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green57.6%
Blue84.7%
CMYK percentages
Cyan24.5%
Magenta31.9%
Yellow0.0%
Key (black)15.3%
Color previews
#a393d8 text on a black background
contrast 7.72:1
Card sample
#a393d8 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a393d8;
Background color
Panel with #a393d8 background
background-color: #a393d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a393d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 147, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 147, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a393d8; background: linear-gradient(135deg, #a393d8, #D193D8);