#a05fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 95, 223
HSL
271°, 67%, 62%
CMYK
28, 57, 0, 13
Luminance
0.2099
Every format
| HEX | #a05fdf |
| RGB | rgb(160, 95, 223) |
| HSL | hsl(271, 67%, 62%) |
| CMYK | cmyk(28%, 57%, 0%, 13%) |
| LAB | lab(52.9 50.4 -55.5) |
| LCH | lch(52.9 75.0 312.2) |
| OKLCH | oklch(0.616 0.191 304.9) |
Copy-ready code
/* CSS */
color: #a05fdf;
background-color: #a05fdf;
/* Tailwind (arbitrary) */
class="text-[#a05fdf] bg-[#a05fdf]"
/* SCSS */
$brand: #a05fdf;
/* SwiftUI */
Color(red: 0.627, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#a05fdf")Accessibility — WCAG contrast
Aa
#a05fdf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05fdf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a05fdf text on a black background
contrast 5.20:1
Card sample
#a05fdf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05fdf;
Background color
Panel with #a05fdf background
background-color: #a05fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05fdf; background: linear-gradient(135deg, #a05fdf, #DF5FC9);