#a143df
a balanced, vivid violet · warm · closest name: slateblue
RGB
161, 67, 223
HSL
276°, 71%, 57%
CMYK
28, 70, 0, 13
Luminance
0.1692
Every format
| HEX | #a143df |
| RGB | rgb(161, 67, 223) |
| HSL | hsl(276, 71%, 57%) |
| CMYK | cmyk(28%, 70%, 0%, 13%) |
| LAB | lab(48.2 64.0 -63.2) |
| LCH | lch(48.2 89.9 315.3) |
| OKLCH | oklch(0.581 0.229 308.4) |
Copy-ready code
/* CSS */
color: #a143df;
background-color: #a143df;
/* Tailwind (arbitrary) */
class="text-[#a143df] bg-[#a143df]"
/* SCSS */
$brand: #a143df;
/* SwiftUI */
Color(red: 0.631, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#a143df")Accessibility — WCAG contrast
Aa
#a143df on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a143df on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green26.3%
Blue87.5%
CMYK percentages
Cyan27.8%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#a143df text on a black background
contrast 4.38:1
Card sample
#a143df text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a143df;
Background color
Panel with #a143df background
background-color: #a143df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a143df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a143df; background: linear-gradient(135deg, #a143df, #DF43B5);