#a802af
a dark, electric magenta / pink · warm · closest name: purple
RGB
168, 2, 175
HSL
298°, 98%, 35%
CMYK
4, 99, 0, 31
Luminance
0.1146
Every format
| HEX | #a802af |
| RGB | rgb(168, 2, 175) |
| HSL | hsl(298, 98%, 35%) |
| CMYK | cmyk(4%, 99%, 0%, 31%) |
| LAB | lab(40.4 72.7 -47.9) |
| LCH | lch(40.4 87.0 326.7) |
| OKLCH | oklch(0.518 0.240 326.2) |
Copy-ready code
/* CSS */
color: #a802af;
background-color: #a802af;
/* Tailwind (arbitrary) */
class="text-[#a802af] bg-[#a802af]"
/* SCSS */
$brand: #a802af;
/* SwiftUI */
Color(red: 0.659, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#a802af")Accessibility — WCAG contrast
Aa
#a802af on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a802af on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green0.8%
Blue68.6%
CMYK percentages
Cyan4.0%
Magenta98.9%
Yellow0.0%
Key (black)31.4%
Color previews
#a802af text on a black background
contrast 3.29:1
Card sample
#a802af text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a802af;
Background color
Panel with #a802af background
background-color: #a802af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a802af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a802af; background: linear-gradient(135deg, #a802af, #AF0243);