#a024fd
a balanced, electric violet · warm · closest name: blue
RGB
160, 36, 253
HSL
274°, 98%, 57%
CMYK
37, 86, 0, 1
Luminance
0.1583
Every format
| HEX | #a024fd |
| RGB | rgb(160, 36, 253) |
| HSL | hsl(274, 98%, 57%) |
| CMYK | cmyk(37%, 86%, 0%, 1%) |
| LAB | lab(46.8 80.4 -82.4) |
| LCH | lch(46.8 115.2 314.3) |
| OKLCH | oklch(0.578 0.283 303.6) |
Copy-ready code
/* CSS */
color: #a024fd;
background-color: #a024fd;
/* Tailwind (arbitrary) */
class="text-[#a024fd] bg-[#a024fd]"
/* SCSS */
$brand: #a024fd;
/* SwiftUI */
Color(red: 0.627, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#a024fd")Accessibility — WCAG contrast
Aa
#a024fd on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a024fd on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green14.1%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#a024fd text on a black background
contrast 4.17:1
Card sample
#a024fd text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a024fd;
Background color
Panel with #a024fd background
background-color: #a024fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a024fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a024fd; background: linear-gradient(135deg, #a024fd, #FD24C9);