#a247fd
a balanced, electric violet · warm · closest name: magenta
RGB
162, 71, 253
HSL
270°, 98%, 64%
CMYK
36, 72, 0, 1
Luminance
0.1928
Every format
| HEX | #a247fd |
| RGB | rgb(162, 71, 253) |
| HSL | hsl(270, 98%, 64%) |
| CMYK | cmyk(36%, 72%, 0%, 1%) |
| LAB | lab(51.0 69.1 -75.4) |
| LCH | lch(51.0 102.3 312.5) |
| OKLCH | oklch(0.609 0.254 302.0) |
Copy-ready code
/* CSS */
color: #a247fd;
background-color: #a247fd;
/* Tailwind (arbitrary) */
class="text-[#a247fd] bg-[#a247fd]"
/* SCSS */
$brand: #a247fd;
/* SwiftUI */
Color(red: 0.635, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#a247fd")Accessibility — WCAG contrast
Aa
#a247fd on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a247fd on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green27.8%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#a247fd text on a black background
contrast 4.86:1
Card sample
#a247fd text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a247fd;
Background color
Panel with #a247fd background
background-color: #a247fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a247fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a247fd; background: linear-gradient(135deg, #a247fd, #FD47DF);