#a805df
a dark, electric violet · warm · closest name: magenta
RGB
168, 5, 223
HSL
285°, 96%, 45%
CMYK
25, 98, 0, 13
Luminance
0.1376
Every format
| HEX | #a805df |
| RGB | rgb(168, 5, 223) |
| HSL | hsl(285, 96%, 45%) |
| CMYK | cmyk(25%, 98%, 0%, 13%) |
| LAB | lab(43.9 80.5 -70.1) |
| LCH | lch(43.9 106.7 318.9) |
| OKLCH | oklch(0.554 0.273 313.3) |
Copy-ready code
/* CSS */
color: #a805df;
background-color: #a805df;
/* Tailwind (arbitrary) */
class="text-[#a805df] bg-[#a805df]"
/* SCSS */
$brand: #a805df;
/* SwiftUI */
Color(red: 0.659, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#a805df")Accessibility — WCAG contrast
Aa
#a805df on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a805df on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green2.0%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#a805df text on a black background
contrast 3.75:1
Card sample
#a805df text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a805df;
Background color
Panel with #a805df background
background-color: #a805df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a805df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a805df; background: linear-gradient(135deg, #a805df, #DF0585);