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