#a070df
a light, vivid violet · warm · closest name: slateblue
RGB
160, 112, 223
HSL
266°, 63%, 66%
CMYK
28, 50, 0, 13
Luminance
0.2439
Every format
| HEX | #a070df |
| RGB | rgb(160, 112, 223) |
| HSL | hsl(266, 63%, 66%) |
| CMYK | cmyk(28%, 50%, 0%, 13%) |
| LAB | lab(56.5 41.2 -49.9) |
| LCH | lch(56.5 64.7 309.5) |
| OKLCH | oklch(0.642 0.165 301.9) |
Copy-ready code
/* CSS */
color: #a070df;
background-color: #a070df;
/* Tailwind (arbitrary) */
class="text-[#a070df] bg-[#a070df]"
/* SCSS */
$brand: #a070df;
/* SwiftUI */
Color(red: 0.627, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#a070df")Accessibility — WCAG contrast
Aa
#a070df on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a070df on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green43.9%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#a070df text on a black background
contrast 5.88:1
Card sample
#a070df text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a070df;
Background color
Panel with #a070df background
background-color: #a070df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a070df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a070df; background: linear-gradient(135deg, #a070df, #DF70D4);