#a43fe2
a balanced, vivid violet · warm · closest name: slateblue
RGB
164, 63, 226
HSL
277°, 74%, 57%
CMYK
27, 72, 0, 11
Luminance
0.1694
Every format
| HEX | #a43fe2 |
| RGB | rgb(164, 63, 226) |
| HSL | hsl(277, 74%, 57%) |
| CMYK | cmyk(27%, 72%, 0%, 11%) |
| LAB | lab(48.2 66.8 -64.8) |
| LCH | lch(48.2 93.1 315.9) |
| OKLCH | oklch(0.583 0.237 309.1) |
Copy-ready code
/* CSS */
color: #a43fe2;
background-color: #a43fe2;
/* Tailwind (arbitrary) */
class="text-[#a43fe2] bg-[#a43fe2]"
/* SCSS */
$brand: #a43fe2;
/* SwiftUI */
Color(red: 0.643, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#a43fe2")Accessibility — WCAG contrast
Aa
#a43fe2 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a43fe2 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green24.7%
Blue88.6%
CMYK percentages
Cyan27.4%
Magenta72.1%
Yellow0.0%
Key (black)11.4%
Color previews
#a43fe2 text on a black background
contrast 4.39:1
Card sample
#a43fe2 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a43fe2;
Background color
Panel with #a43fe2 background
background-color: #a43fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a43fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a43fe2; background: linear-gradient(135deg, #a43fe2, #E23FB3);