#a201df
a dark, electric violet · warm · closest name: magenta
RGB
162, 1, 223
HSL
284°, 99%, 44%
CMYK
27, 100, 0, 13
Luminance
0.1303
Every format
| HEX | #a201df |
| RGB | rgb(162, 1, 223) |
| HSL | hsl(284, 99%, 44%) |
| CMYK | cmyk(27%, 100%, 0%, 13%) |
| LAB | lab(42.8 80.1 -71.9) |
| LCH | lch(42.8 107.6 318.1) |
| OKLCH | oklch(0.544 0.273 311.5) |
Copy-ready code
/* CSS */
color: #a201df;
background-color: #a201df;
/* Tailwind (arbitrary) */
class="text-[#a201df] bg-[#a201df]"
/* SCSS */
$brand: #a201df;
/* SwiftUI */
Color(red: 0.635, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#a201df")Accessibility — WCAG contrast
Aa
#a201df on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a201df on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green0.4%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a201df text on a black background
contrast 3.61:1
Card sample
#a201df text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a201df;
Background color
Panel with #a201df background
background-color: #a201df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a201df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a201df; background: linear-gradient(135deg, #a201df, #DF0188);