#9342df
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 66, 223
HSL
271°, 71%, 57%
CMYK
34, 70, 0, 13
Luminance
0.1543
Every format
| HEX | #9342df |
| RGB | rgb(147, 66, 223) |
| HSL | hsl(271, 71%, 57%) |
| CMYK | cmyk(34%, 70%, 0%, 13%) |
| LAB | lab(46.2 61.7 -66.4) |
| LCH | lch(46.2 90.7 312.9) |
| OKLCH | oklch(0.564 0.226 303.4) |
Copy-ready code
/* CSS */
color: #9342df;
background-color: #9342df;
/* Tailwind (arbitrary) */
class="text-[#9342df] bg-[#9342df]"
/* SCSS */
$brand: #9342df;
/* SwiftUI */
Color(red: 0.576, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#9342df")Accessibility — WCAG contrast
Aa
#9342df on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9342df on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green25.9%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9342df text on a black background
contrast 4.09:1
Card sample
#9342df text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9342df;
Background color
Panel with #9342df background
background-color: #9342df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9342df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9342df; background: linear-gradient(135deg, #9342df, #DF42C2);