#9f58da
a balanced, vivid violet · warm · closest name: slateblue
RGB
159, 88, 218
HSL
273°, 64%, 60%
CMYK
27, 60, 0, 15
Luminance
0.1941
Every format
| HEX | #9f58da |
| RGB | rgb(159, 88, 218) |
| HSL | hsl(273, 64%, 60%) |
| CMYK | cmyk(27%, 60%, 0%, 15%) |
| LAB | lab(51.2 52.6 -55.5) |
| LCH | lch(51.2 76.5 313.4) |
| OKLCH | oklch(0.602 0.195 306.6) |
Copy-ready code
/* CSS */
color: #9f58da;
background-color: #9f58da;
/* Tailwind (arbitrary) */
class="text-[#9f58da] bg-[#9f58da]"
/* SCSS */
$brand: #9f58da;
/* SwiftUI */
Color(red: 0.624, green: 0.345, blue: 0.855)
/* Android */
Color.parseColor("#9f58da")Accessibility — WCAG contrast
Aa
#9f58da on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f58da on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green34.5%
Blue85.5%
CMYK percentages
Cyan27.1%
Magenta59.6%
Yellow0.0%
Key (black)14.5%
Color previews
#9f58da text on a black background
contrast 4.88:1
Card sample
#9f58da text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f58da;
Background color
Panel with #9f58da background
background-color: #9f58da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f58da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 88, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 88, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f58da; background: linear-gradient(135deg, #9f58da, #DA58BE);