#9348fd
a balanced, electric violet · warm · closest name: slateblue
RGB
147, 72, 253
HSL
265°, 98%, 64%
CMYK
42, 72, 0, 1
Luminance
0.1793
Every format
| HEX | #9348fd |
| RGB | rgb(147, 72, 253) |
| HSL | hsl(265, 98%, 64%) |
| CMYK | cmyk(42%, 72%, 0%, 1%) |
| LAB | lab(49.4 66.2 -78.1) |
| LCH | lch(49.4 102.4 310.3) |
| OKLCH | oklch(0.593 0.251 296.9) |
Copy-ready code
/* CSS */
color: #9348fd;
background-color: #9348fd;
/* Tailwind (arbitrary) */
class="text-[#9348fd] bg-[#9348fd]"
/* SCSS */
$brand: #9348fd;
/* SwiftUI */
Color(red: 0.576, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#9348fd")Accessibility — WCAG contrast
Aa
#9348fd on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9348fd on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green28.2%
Blue99.2%
CMYK percentages
Cyan41.9%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9348fd text on a black background
contrast 4.59:1
Card sample
#9348fd text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9348fd;
Background color
Panel with #9348fd background
background-color: #9348fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9348fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9348fd; background: linear-gradient(135deg, #9348fd, #FD48EE);