#a07eee
a light, electric violet · warm · closest name: slateblue
RGB
160, 126, 238
HSL
258°, 77%, 71%
CMYK
33, 47, 0, 7
Luminance
0.2857
Every format
| HEX | #a07eee |
| RGB | rgb(160, 126, 238) |
| HSL | hsl(258, 77%, 71%) |
| CMYK | cmyk(33%, 47%, 0%, 7%) |
| LAB | lab(60.4 37.0 -52.0) |
| LCH | lch(60.4 63.9 305.5) |
| OKLCH | oklch(0.674 0.163 295.7) |
Copy-ready code
/* CSS */
color: #a07eee;
background-color: #a07eee;
/* Tailwind (arbitrary) */
class="text-[#a07eee] bg-[#a07eee]"
/* SCSS */
$brand: #a07eee;
/* SwiftUI */
Color(red: 0.627, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#a07eee")Accessibility — WCAG contrast
Aa
#a07eee on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07eee on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.4%
Blue93.3%
CMYK percentages
Cyan32.8%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#a07eee text on a black background
contrast 6.71:1
Card sample
#a07eee text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07eee;
Background color
Panel with #a07eee background
background-color: #a07eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07eee; background: linear-gradient(135deg, #a07eee, #EB7EEE);