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