#a10dbf
a dark, electric violet · warm · closest name: purple
RGB
161, 13, 191
HSL
290°, 87%, 40%
CMYK
16, 93, 0, 25
Luminance
0.1163
Every format
| HEX | #a10dbf |
| RGB | rgb(161, 13, 191) |
| HSL | hsl(290, 87%, 40%) |
| CMYK | cmyk(16%, 93%, 0%, 25%) |
| LAB | lab(40.6 73.0 -56.9) |
| LCH | lch(40.6 92.6 322.1) |
| OKLCH | oklch(0.521 0.245 319.2) |
Copy-ready code
/* CSS */
color: #a10dbf;
background-color: #a10dbf;
/* Tailwind (arbitrary) */
class="text-[#a10dbf] bg-[#a10dbf]"
/* SCSS */
$brand: #a10dbf;
/* SwiftUI */
Color(red: 0.631, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#a10dbf")Accessibility — WCAG contrast
Aa
#a10dbf on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a10dbf on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green5.1%
Blue74.9%
CMYK percentages
Cyan15.7%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#a10dbf text on a black background
contrast 3.33:1
Card sample
#a10dbf text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a10dbf;
Background color
Panel with #a10dbf background
background-color: #a10dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a10dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a10dbf; background: linear-gradient(135deg, #a10dbf, #BF0D66);