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