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