#a080cf
a light, vivid violet · warm · closest name: plum
RGB
160, 128, 207
HSL
264°, 45%, 66%
CMYK
23, 38, 0, 19
Luminance
0.2742
Every format
| HEX | #a080cf |
| RGB | rgb(160, 128, 207) |
| HSL | hsl(264, 45%, 66%) |
| CMYK | cmyk(23%, 38%, 0%, 19%) |
| LAB | lab(59.4 28.3 -36.3) |
| LCH | lch(59.4 46.0 307.9) |
| OKLCH | oklch(0.661 0.119 301.9) |
Copy-ready code
/* CSS */
color: #a080cf;
background-color: #a080cf;
/* Tailwind (arbitrary) */
class="text-[#a080cf] bg-[#a080cf]"
/* SCSS */
$brand: #a080cf;
/* SwiftUI */
Color(red: 0.627, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#a080cf")Accessibility — WCAG contrast
Aa
#a080cf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a080cf on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green50.2%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#a080cf text on a black background
contrast 6.48:1
Card sample
#a080cf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a080cf;
Background color
Panel with #a080cf background
background-color: #a080cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a080cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a080cf; background: linear-gradient(135deg, #a080cf, #CF80C9);