#a62fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
166, 47, 223
HSL
281°, 73%, 53%
CMYK
26, 79, 0, 13
Luminance
0.1547
Every format
| HEX | #a62fdf |
| RGB | rgb(166, 47, 223) |
| HSL | hsl(281, 73%, 53%) |
| CMYK | cmyk(26%, 79%, 0%, 13%) |
| LAB | lab(46.3 72.3 -66.2) |
| LCH | lch(46.3 98.0 317.5) |
| OKLCH | oklch(0.570 0.251 311.5) |
Copy-ready code
/* CSS */
color: #a62fdf;
background-color: #a62fdf;
/* Tailwind (arbitrary) */
class="text-[#a62fdf] bg-[#a62fdf]"
/* SCSS */
$brand: #a62fdf;
/* SwiftUI */
Color(red: 0.651, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#a62fdf")Accessibility — WCAG contrast
Aa
#a62fdf on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a62fdf on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green18.4%
Blue87.5%
CMYK percentages
Cyan25.6%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a62fdf text on a black background
contrast 4.09:1
Card sample
#a62fdf text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a62fdf;
Background color
Panel with #a62fdf background
background-color: #a62fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a62fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a62fdf; background: linear-gradient(135deg, #a62fdf, #DF2FA2);