#a30ecf
a dark, electric violet · warm · closest name: magenta
RGB
163, 14, 207
HSL
286°, 87%, 43%
CMYK
21, 93, 0, 19
Luminance
0.1261
Every format
| HEX | #a30ecf |
| RGB | rgb(163, 14, 207) |
| HSL | hsl(286, 87%, 43%) |
| CMYK | cmyk(21%, 93%, 0%, 19%) |
| LAB | lab(42.2 76.0 -63.7) |
| LCH | lch(42.2 99.2 320.0) |
| OKLCH | oklch(0.536 0.257 315.5) |
Copy-ready code
/* CSS */
color: #a30ecf;
background-color: #a30ecf;
/* Tailwind (arbitrary) */
class="text-[#a30ecf] bg-[#a30ecf]"
/* SCSS */
$brand: #a30ecf;
/* SwiftUI */
Color(red: 0.639, green: 0.055, blue: 0.812)
/* Android */
Color.parseColor("#a30ecf")Accessibility — WCAG contrast
Aa
#a30ecf on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a30ecf on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green5.5%
Blue81.2%
CMYK percentages
Cyan21.3%
Magenta93.2%
Yellow0.0%
Key (black)18.8%
Color previews
#a30ecf text on a black background
contrast 3.52:1
Card sample
#a30ecf text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30ecf;
Background color
Panel with #a30ecf background
background-color: #a30ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 14, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 14, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30ecf; background: linear-gradient(135deg, #a30ecf, #CF0E7A);