#a02cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
160, 44, 223
HSL
279°, 74%, 52%
CMYK
28, 80, 0, 13
Luminance
0.1460
Every format
| HEX | #a02cdf |
| RGB | rgb(160, 44, 223) |
| HSL | hsl(279, 74%, 52%) |
| CMYK | cmyk(28%, 80%, 0%, 13%) |
| LAB | lab(45.1 72.2 -68.2) |
| LCH | lch(45.1 99.3 316.6) |
| OKLCH | oklch(0.559 0.252 309.6) |
Copy-ready code
/* CSS */
color: #a02cdf;
background-color: #a02cdf;
/* Tailwind (arbitrary) */
class="text-[#a02cdf] bg-[#a02cdf]"
/* SCSS */
$brand: #a02cdf;
/* SwiftUI */
Color(red: 0.627, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#a02cdf")Accessibility — WCAG contrast
Aa
#a02cdf on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02cdf on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a02cdf text on a black background
contrast 3.92:1
Card sample
#a02cdf text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02cdf;
Background color
Panel with #a02cdf background
background-color: #a02cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02cdf; background: linear-gradient(135deg, #a02cdf, #DF2CA7);