#9f5dfe
a light, electric violet · warm · closest name: slateblue
RGB
159, 93, 254
HSL
265°, 99%, 68%
CMYK
37, 63, 0, 0
Luminance
0.2236
Every format
| HEX | #9f5dfe |
| RGB | rgb(159, 93, 254) |
| HSL | hsl(265, 99%, 68%) |
| CMYK | cmyk(37%, 63%, 0%, 0%) |
| LAB | lab(54.4 58.6 -70.5) |
| LCH | lch(54.4 91.7 309.7) |
| OKLCH | oklch(0.632 0.228 298.5) |
Copy-ready code
/* CSS */
color: #9f5dfe;
background-color: #9f5dfe;
/* Tailwind (arbitrary) */
class="text-[#9f5dfe] bg-[#9f5dfe]"
/* SCSS */
$brand: #9f5dfe;
/* SwiftUI */
Color(red: 0.624, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#9f5dfe")Accessibility — WCAG contrast
Aa
#9f5dfe on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f5dfe on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green36.5%
Blue99.6%
CMYK percentages
Cyan37.4%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#9f5dfe text on a black background
contrast 5.47:1
Card sample
#9f5dfe text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f5dfe;
Background color
Panel with #9f5dfe background
background-color: #9f5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f5dfe; background: linear-gradient(135deg, #9f5dfe, #FE5DF2);