#a805cf
a dark, electric violet · warm · closest name: magenta
RGB
168, 5, 207
HSL
288°, 95%, 42%
CMYK
19, 98, 0, 19
Luminance
0.1294
Every format
| HEX | #a805cf |
| RGB | rgb(168, 5, 207) |
| HSL | hsl(288, 95%, 42%) |
| CMYK | cmyk(19%, 98%, 0%, 19%) |
| LAB | lab(42.7 77.7 -62.9) |
| LCH | lch(42.7 99.9 321.0) |
| OKLCH | oklch(0.541 0.262 317.2) |
Copy-ready code
/* CSS */
color: #a805cf;
background-color: #a805cf;
/* Tailwind (arbitrary) */
class="text-[#a805cf] bg-[#a805cf]"
/* SCSS */
$brand: #a805cf;
/* SwiftUI */
Color(red: 0.659, green: 0.020, blue: 0.812)
/* Android */
Color.parseColor("#a805cf")Accessibility — WCAG contrast
Aa
#a805cf on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a805cf on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green2.0%
Blue81.2%
CMYK percentages
Cyan18.8%
Magenta97.6%
Yellow0.0%
Key (black)18.8%
Color previews
#a805cf text on a black background
contrast 3.59:1
Card sample
#a805cf text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a805cf;
Background color
Panel with #a805cf background
background-color: #a805cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a805cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 5, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 5, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a805cf; background: linear-gradient(135deg, #a805cf, #CF056F);