#a02fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
160, 47, 210
HSL
282°, 64%, 50%
CMYK
24, 78, 0, 18
Luminance
0.1416
Every format
| HEX | #a02fd2 |
| RGB | rgb(160, 47, 210) |
| HSL | hsl(282, 64%, 50%) |
| CMYK | cmyk(24%, 78%, 0%, 18%) |
| LAB | lab(44.5 68.7 -61.8) |
| LCH | lch(44.5 92.3 318.0) |
| OKLCH | oklch(0.552 0.238 312.6) |
Copy-ready code
/* CSS */
color: #a02fd2;
background-color: #a02fd2;
/* Tailwind (arbitrary) */
class="text-[#a02fd2] bg-[#a02fd2]"
/* SCSS */
$brand: #a02fd2;
/* SwiftUI */
Color(red: 0.627, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#a02fd2")Accessibility — WCAG contrast
Aa
#a02fd2 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02fd2 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green18.4%
Blue82.4%
CMYK percentages
Cyan23.8%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#a02fd2 text on a black background
contrast 3.83:1
Card sample
#a02fd2 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02fd2;
Background color
Panel with #a02fd2 background
background-color: #a02fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02fd2; background: linear-gradient(135deg, #a02fd2, #D22F97);