#a070db
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 112, 219
HSL
267°, 60%, 65%
CMYK
27, 49, 0, 14
Luminance
0.2418
Every format
| HEX | #a070db |
| RGB | rgb(160, 112, 219) |
| HSL | hsl(267, 60%, 65%) |
| CMYK | cmyk(27%, 49%, 0%, 14%) |
| LAB | lab(56.3 40.2 -48.0) |
| LCH | lch(56.3 62.6 310.0) |
| OKLCH | oklch(0.639 0.160 302.8) |
Copy-ready code
/* CSS */
color: #a070db;
background-color: #a070db;
/* Tailwind (arbitrary) */
class="text-[#a070db] bg-[#a070db]"
/* SCSS */
$brand: #a070db;
/* SwiftUI */
Color(red: 0.627, green: 0.439, blue: 0.859)
/* Android */
Color.parseColor("#a070db")Accessibility — WCAG contrast
Aa
#a070db on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a070db on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green43.9%
Blue85.9%
CMYK percentages
Cyan26.9%
Magenta48.9%
Yellow0.0%
Key (black)14.1%
Color previews
#a070db text on a black background
contrast 5.84:1
Card sample
#a070db text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a070db;
Background color
Panel with #a070db background
background-color: #a070db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a070db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 112, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 112, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a070db; background: linear-gradient(135deg, #a070db, #DB70CF);