#a07df2
a light, electric violet · warm · closest name: slateblue
RGB
160, 125, 242
HSL
258°, 82%, 72%
CMYK
34, 48, 0, 5
Luminance
0.2855
Every format
| HEX | #a07df2 |
| RGB | rgb(160, 125, 242) |
| HSL | hsl(258, 82%, 72%) |
| CMYK | cmyk(34%, 48%, 0%, 5%) |
| LAB | lab(60.4 38.6 -54.3) |
| LCH | lch(60.4 66.6 305.5) |
| OKLCH | oklch(0.674 0.169 295.3) |
Copy-ready code
/* CSS */
color: #a07df2;
background-color: #a07df2;
/* Tailwind (arbitrary) */
class="text-[#a07df2] bg-[#a07df2]"
/* SCSS */
$brand: #a07df2;
/* SwiftUI */
Color(red: 0.627, green: 0.490, blue: 0.949)
/* Android */
Color.parseColor("#a07df2")Accessibility — WCAG contrast
Aa
#a07df2 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07df2 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.0%
Blue94.9%
CMYK percentages
Cyan33.9%
Magenta48.3%
Yellow0.0%
Key (black)5.1%
Color previews
#a07df2 text on a black background
contrast 6.71:1
Card sample
#a07df2 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07df2;
Background color
Panel with #a07df2 background
background-color: #a07df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 125, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 125, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07df2; background: linear-gradient(135deg, #a07df2, #EE7DF2);