#a05cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 92, 223
HSL
271°, 67%, 62%
CMYK
28, 59, 0, 13
Luminance
0.2046
Every format
| HEX | #a05cdf |
| RGB | rgb(160, 92, 223) |
| HSL | hsl(271, 67%, 62%) |
| CMYK | cmyk(28%, 59%, 0%, 13%) |
| LAB | lab(52.4 51.9 -56.5) |
| LCH | lch(52.4 76.7 312.6) |
| OKLCH | oklch(0.611 0.195 305.3) |
Copy-ready code
/* CSS */
color: #a05cdf;
background-color: #a05cdf;
/* Tailwind (arbitrary) */
class="text-[#a05cdf] bg-[#a05cdf]"
/* SCSS */
$brand: #a05cdf;
/* SwiftUI */
Color(red: 0.627, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#a05cdf")Accessibility — WCAG contrast
Aa
#a05cdf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05cdf on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.1%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a05cdf text on a black background
contrast 5.09:1
Card sample
#a05cdf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05cdf;
Background color
Panel with #a05cdf background
background-color: #a05cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05cdf; background: linear-gradient(135deg, #a05cdf, #DF5CC7);