#a103df
a dark, electric violet · warm · closest name: magenta
RGB
161, 3, 223
HSL
283°, 97%, 44%
CMYK
28, 99, 0, 13
Luminance
0.1297
Every format
| HEX | #a103df |
| RGB | rgb(161, 3, 223) |
| HSL | hsl(283, 97%, 44%) |
| CMYK | cmyk(28%, 99%, 0%, 13%) |
| LAB | lab(42.7 79.8 -72.0) |
| LCH | lch(42.7 107.5 317.9) |
| OKLCH | oklch(0.543 0.272 311.2) |
Copy-ready code
/* CSS */
color: #a103df;
background-color: #a103df;
/* Tailwind (arbitrary) */
class="text-[#a103df] bg-[#a103df]"
/* SCSS */
$brand: #a103df;
/* SwiftUI */
Color(red: 0.631, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#a103df")Accessibility — WCAG contrast
Aa
#a103df on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a103df on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green1.2%
Blue87.5%
CMYK percentages
Cyan27.8%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a103df text on a black background
contrast 3.59:1
Card sample
#a103df text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a103df;
Background color
Panel with #a103df background
background-color: #a103df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a103df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a103df; background: linear-gradient(135deg, #a103df, #DF038A);