#a393d3
a light, soft violet · warm · closest name: plum
RGB
163, 147, 211
HSL
255°, 42%, 70%
CMYK
23, 30, 0, 17
Luminance
0.3336
Every format
| HEX | #a393d3 |
| RGB | rgb(163, 147, 211) |
| HSL | hsl(255, 42%, 70%) |
| CMYK | cmyk(23%, 30%, 0%, 17%) |
| LAB | lab(64.5 19.3 -30.6) |
| LCH | lch(64.5 36.2 302.2) |
| OKLCH | oklch(0.701 0.094 295.4) |
Copy-ready code
/* CSS */
color: #a393d3;
background-color: #a393d3;
/* Tailwind (arbitrary) */
class="text-[#a393d3] bg-[#a393d3]"
/* SCSS */
$brand: #a393d3;
/* SwiftUI */
Color(red: 0.639, green: 0.576, blue: 0.827)
/* Android */
Color.parseColor("#a393d3")Accessibility — WCAG contrast
Aa
#a393d3 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a393d3 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green57.6%
Blue82.7%
CMYK percentages
Cyan22.7%
Magenta30.3%
Yellow0.0%
Key (black)17.3%
Color previews
#a393d3 text on a black background
contrast 7.67:1
Card sample
#a393d3 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a393d3;
Background color
Panel with #a393d3 background
background-color: #a393d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a393d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 147, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 147, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a393d3; background: linear-gradient(135deg, #a393d3, #CE93D3);