#a60fdf
a balanced, electric violet · warm · closest name: magenta
RGB
166, 15, 223
HSL
284°, 87%, 47%
CMYK
26, 93, 0, 13
Luminance
0.1378
Every format
| HEX | #a60fdf |
| RGB | rgb(166, 15, 223) |
| HSL | hsl(284, 87%, 47%) |
| CMYK | cmyk(26%, 93%, 0%, 13%) |
| LAB | lab(43.9 79.2 -70.1) |
| LCH | lch(43.9 105.7 318.5) |
| OKLCH | oklch(0.553 0.270 312.5) |
Copy-ready code
/* CSS */
color: #a60fdf;
background-color: #a60fdf;
/* Tailwind (arbitrary) */
class="text-[#a60fdf] bg-[#a60fdf]"
/* SCSS */
$brand: #a60fdf;
/* SwiftUI */
Color(red: 0.651, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#a60fdf")Accessibility — WCAG contrast
Aa
#a60fdf on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a60fdf on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green5.9%
Blue87.5%
CMYK percentages
Cyan25.6%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a60fdf text on a black background
contrast 3.76:1
Card sample
#a60fdf text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60fdf;
Background color
Panel with #a60fdf background
background-color: #a60fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60fdf; background: linear-gradient(135deg, #a60fdf, #DF0F8D);