#a044df
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 68, 223
HSL
276°, 71%, 57%
CMYK
28, 70, 0, 13
Luminance
0.1694
Every format
| HEX | #a044df |
| RGB | rgb(160, 68, 223) |
| HSL | hsl(276, 71%, 57%) |
| CMYK | cmyk(28%, 70%, 0%, 13%) |
| LAB | lab(48.2 63.4 -63.2) |
| LCH | lch(48.2 89.5 315.1) |
| OKLCH | oklch(0.581 0.227 308.0) |
Copy-ready code
/* CSS */
color: #a044df;
background-color: #a044df;
/* Tailwind (arbitrary) */
class="text-[#a044df] bg-[#a044df]"
/* SCSS */
$brand: #a044df;
/* SwiftUI */
Color(red: 0.627, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#a044df")Accessibility — WCAG contrast
Aa
#a044df on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a044df on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green26.7%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta69.5%
Yellow0.0%
Key (black)12.5%
Color previews
#a044df text on a black background
contrast 4.39:1
Card sample
#a044df text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a044df;
Background color
Panel with #a044df background
background-color: #a044df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a044df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a044df; background: linear-gradient(135deg, #a044df, #DF44B7);