#9f63fd
a light, electric violet · warm · closest name: slateblue
RGB
159, 99, 253
HSL
263°, 98%, 69%
CMYK
37, 61, 0, 1
Luminance
0.2339
Every format
| HEX | #9f63fd |
| RGB | rgb(159, 99, 253) |
| HSL | hsl(263, 98%, 69%) |
| CMYK | cmyk(37%, 61%, 0%, 1%) |
| LAB | lab(55.5 55.3 -68.2) |
| LCH | lch(55.5 87.8 309.0) |
| OKLCH | oklch(0.640 0.220 297.8) |
Copy-ready code
/* CSS */
color: #9f63fd;
background-color: #9f63fd;
/* Tailwind (arbitrary) */
class="text-[#9f63fd] bg-[#9f63fd]"
/* SCSS */
$brand: #9f63fd;
/* SwiftUI */
Color(red: 0.624, green: 0.388, blue: 0.992)
/* Android */
Color.parseColor("#9f63fd")Accessibility — WCAG contrast
Aa
#9f63fd on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f63fd on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green38.8%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta60.9%
Yellow0.0%
Key (black)0.8%
Color previews
#9f63fd text on a black background
contrast 5.68:1
Card sample
#9f63fd text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f63fd;
Background color
Panel with #9f63fd background
background-color: #9f63fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f63fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 99, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 99, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f63fd; background: linear-gradient(135deg, #9f63fd, #FD63F4);