#a217fd
a balanced, electric violet · warm · closest name: blue
RGB
162, 23, 253
HSL
276°, 98%, 54%
CMYK
36, 91, 0, 1
Luminance
0.1539
Every format
| HEX | #a217fd |
| RGB | rgb(162, 23, 253) |
| HSL | hsl(276, 98%, 54%) |
| CMYK | cmyk(36%, 91%, 0%, 1%) |
| LAB | lab(46.2 83.3 -83.4) |
| LCH | lch(46.2 117.8 315.0) |
| OKLCH | oklch(0.575 0.289 304.6) |
Copy-ready code
/* CSS */
color: #a217fd;
background-color: #a217fd;
/* Tailwind (arbitrary) */
class="text-[#a217fd] bg-[#a217fd]"
/* SCSS */
$brand: #a217fd;
/* SwiftUI */
Color(red: 0.635, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#a217fd")Accessibility — WCAG contrast
Aa
#a217fd on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a217fd on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green9.0%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#a217fd text on a black background
contrast 4.08:1
Card sample
#a217fd text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a217fd;
Background color
Panel with #a217fd background
background-color: #a217fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a217fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a217fd; background: linear-gradient(135deg, #a217fd, #FD17BE);