#a80cdf
a balanced, electric violet · warm · closest name: magenta
RGB
168, 12, 223
HSL
284°, 90%, 46%
CMYK
25, 95, 0, 13
Luminance
0.1392
Every format
| HEX | #a80cdf |
| RGB | rgb(168, 12, 223) |
| HSL | hsl(284, 90%, 46%) |
| CMYK | cmyk(25%, 95%, 0%, 13%) |
| LAB | lab(44.1 79.8 -69.7) |
| LCH | lch(44.1 106.0 318.8) |
| OKLCH | oklch(0.555 0.271 313.2) |
Copy-ready code
/* CSS */
color: #a80cdf;
background-color: #a80cdf;
/* Tailwind (arbitrary) */
class="text-[#a80cdf] bg-[#a80cdf]"
/* SCSS */
$brand: #a80cdf;
/* SwiftUI */
Color(red: 0.659, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#a80cdf")Accessibility — WCAG contrast
Aa
#a80cdf on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a80cdf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green4.7%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a80cdf text on a black background
contrast 3.78:1
Card sample
#a80cdf text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80cdf;
Background color
Panel with #a80cdf background
background-color: #a80cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80cdf; background: linear-gradient(135deg, #a80cdf, #DF0C89);