#a60cdf
a balanced, electric violet · warm · closest name: magenta
RGB
166, 12, 223
HSL
284°, 90%, 46%
CMYK
26, 95, 0, 13
Luminance
0.1370
Every format
| HEX | #a60cdf |
| RGB | rgb(166, 12, 223) |
| HSL | hsl(284, 90%, 46%) |
| CMYK | cmyk(26%, 95%, 0%, 13%) |
| LAB | lab(43.8 79.5 -70.3) |
| LCH | lch(43.8 106.1 318.5) |
| OKLCH | oklch(0.552 0.271 312.6) |
Copy-ready code
/* CSS */
color: #a60cdf;
background-color: #a60cdf;
/* Tailwind (arbitrary) */
class="text-[#a60cdf] bg-[#a60cdf]"
/* SCSS */
$brand: #a60cdf;
/* SwiftUI */
Color(red: 0.651, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#a60cdf")Accessibility — WCAG contrast
Aa
#a60cdf on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a60cdf on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green4.7%
Blue87.5%
CMYK percentages
Cyan25.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a60cdf text on a black background
contrast 3.74:1
Card sample
#a60cdf text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60cdf;
Background color
Panel with #a60cdf background
background-color: #a60cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60cdf; background: linear-gradient(135deg, #a60cdf, #DF0C8B);