#a07df4
a light, electric violet · warm · closest name: slateblue
RGB
160, 125, 244
HSL
258°, 84%, 72%
CMYK
34, 49, 0, 4
Luminance
0.2867
Every format
| HEX | #a07df4 |
| RGB | rgb(160, 125, 244) |
| HSL | hsl(258, 84%, 72%) |
| CMYK | cmyk(34%, 49%, 0%, 4%) |
| LAB | lab(60.5 39.1 -55.2) |
| LCH | lch(60.5 67.7 305.3) |
| OKLCH | oklch(0.675 0.172 294.9) |
Copy-ready code
/* CSS */
color: #a07df4;
background-color: #a07df4;
/* Tailwind (arbitrary) */
class="text-[#a07df4] bg-[#a07df4]"
/* SCSS */
$brand: #a07df4;
/* SwiftUI */
Color(red: 0.627, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#a07df4")Accessibility — WCAG contrast
Aa
#a07df4 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07df4 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.0%
Blue95.7%
CMYK percentages
Cyan34.4%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#a07df4 text on a black background
contrast 6.73:1
Card sample
#a07df4 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07df4;
Background color
Panel with #a07df4 background
background-color: #a07df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07df4; background: linear-gradient(135deg, #a07df4, #EF7DF4);