#a07fdf
a light, vivid violet · warm · closest name: slateblue
RGB
160, 127, 223
HSL
261°, 60%, 69%
CMYK
28, 43, 0, 13
Luminance
0.2798
Every format
| HEX | #a07fdf |
| RGB | rgb(160, 127, 223) |
| HSL | hsl(261, 60%, 69%) |
| CMYK | cmyk(28%, 43%, 0%, 13%) |
| LAB | lab(59.9 32.7 -44.5) |
| LCH | lch(59.9 55.2 306.3) |
| OKLCH | oklch(0.667 0.142 298.3) |
Copy-ready code
/* CSS */
color: #a07fdf;
background-color: #a07fdf;
/* Tailwind (arbitrary) */
class="text-[#a07fdf] bg-[#a07fdf]"
/* SCSS */
$brand: #a07fdf;
/* SwiftUI */
Color(red: 0.627, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#a07fdf")Accessibility — WCAG contrast
Aa
#a07fdf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07fdf on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#a07fdf text on a black background
contrast 6.60:1
Card sample
#a07fdf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07fdf;
Background color
Panel with #a07fdf background
background-color: #a07fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07fdf; background: linear-gradient(135deg, #a07fdf, #DF7FDE);