#a442df
a balanced, vivid violet · warm · closest name: slateblue
RGB
164, 66, 223
HSL
278°, 71%, 57%
CMYK
27, 70, 0, 13
Luminance
0.1712
Every format
| HEX | #a442df |
| RGB | rgb(164, 66, 223) |
| HSL | hsl(278, 71%, 57%) |
| CMYK | cmyk(27%, 70%, 0%, 13%) |
| LAB | lab(48.4 65.0 -62.8) |
| LCH | lch(48.4 90.3 316.0) |
| OKLCH | oklch(0.584 0.231 309.6) |
Copy-ready code
/* CSS */
color: #a442df;
background-color: #a442df;
/* Tailwind (arbitrary) */
class="text-[#a442df] bg-[#a442df]"
/* SCSS */
$brand: #a442df;
/* SwiftUI */
Color(red: 0.643, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#a442df")Accessibility — WCAG contrast
Aa
#a442df on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a442df on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green25.9%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a442df text on a black background
contrast 4.42:1
Card sample
#a442df text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a442df;
Background color
Panel with #a442df background
background-color: #a442df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a442df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a442df; background: linear-gradient(135deg, #a442df, #DF42B1);