#a93fd5
a balanced, vivid violet · warm · closest name: purple
RGB
169, 63, 213
HSL
282°, 64%, 54%
CMYK
21, 70, 0, 17
Luminance
0.1679
Every format
| HEX | #a93fd5 |
| RGB | rgb(169, 63, 213) |
| HSL | hsl(282, 64%, 54%) |
| CMYK | cmyk(21%, 70%, 0%, 17%) |
| LAB | lab(48.0 65.1 -57.7) |
| LCH | lch(48.0 87.0 318.5) |
| OKLCH | oklch(0.581 0.226 314.0) |
Copy-ready code
/* CSS */
color: #a93fd5;
background-color: #a93fd5;
/* Tailwind (arbitrary) */
class="text-[#a93fd5] bg-[#a93fd5]"
/* SCSS */
$brand: #a93fd5;
/* SwiftUI */
Color(red: 0.663, green: 0.247, blue: 0.835)
/* Android */
Color.parseColor("#a93fd5")Accessibility — WCAG contrast
Aa
#a93fd5 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a93fd5 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green24.7%
Blue83.5%
CMYK percentages
Cyan20.7%
Magenta70.4%
Yellow0.0%
Key (black)16.5%
Color previews
#a93fd5 text on a black background
contrast 4.36:1
Card sample
#a93fd5 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a93fd5;
Background color
Panel with #a93fd5 background
background-color: #a93fd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a93fd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 63, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 63, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a93fd5; background: linear-gradient(135deg, #a93fd5, #D53F9D);