#a445df
a balanced, vivid violet · warm · closest name: slateblue
RGB
164, 69, 223
HSL
277°, 71%, 57%
CMYK
27, 69, 0, 13
Luminance
0.1748
Every format
| HEX | #a445df |
| RGB | rgb(164, 69, 223) |
| HSL | hsl(277, 71%, 57%) |
| CMYK | cmyk(27%, 69%, 0%, 13%) |
| LAB | lab(48.9 63.7 -62.1) |
| LCH | lch(48.9 88.9 315.8) |
| OKLCH | oklch(0.587 0.227 309.3) |
Copy-ready code
/* CSS */
color: #a445df;
background-color: #a445df;
/* Tailwind (arbitrary) */
class="text-[#a445df] bg-[#a445df]"
/* SCSS */
$brand: #a445df;
/* SwiftUI */
Color(red: 0.643, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#a445df")Accessibility — WCAG contrast
Aa
#a445df on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a445df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green27.1%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#a445df text on a black background
contrast 4.50:1
Card sample
#a445df text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a445df;
Background color
Panel with #a445df background
background-color: #a445df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a445df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a445df; background: linear-gradient(135deg, #a445df, #DF45B3);