#a024cf
a balanced, vivid violet · warm · closest name: indigo
RGB
160, 36, 207
HSL
284°, 70%, 48%
CMYK
23, 83, 0, 19
Luminance
0.1324
Every format
| HEX | #a024cf |
| RGB | rgb(160, 36, 207) |
| HSL | hsl(284, 70%, 48%) |
| CMYK | cmyk(23%, 83%, 0%, 19%) |
| LAB | lab(43.1 71.3 -62.2) |
| LCH | lch(43.1 94.7 318.9) |
| OKLCH | oklch(0.542 0.244 313.9) |
Copy-ready code
/* CSS */
color: #a024cf;
background-color: #a024cf;
/* Tailwind (arbitrary) */
class="text-[#a024cf] bg-[#a024cf]"
/* SCSS */
$brand: #a024cf;
/* SwiftUI */
Color(red: 0.627, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#a024cf")Accessibility — WCAG contrast
Aa
#a024cf on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a024cf on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green14.1%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#a024cf text on a black background
contrast 3.65:1
Card sample
#a024cf text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a024cf;
Background color
Panel with #a024cf background
background-color: #a024cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a024cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a024cf; background: linear-gradient(135deg, #a024cf, #CF248C);