#9f77da
a light, vivid violet · warm · closest name: slateblue
RGB
159, 119, 218
HSL
264°, 57%, 66%
CMYK
27, 45, 0, 15
Luminance
0.2563
Every format
| HEX | #9f77da |
| RGB | rgb(159, 119, 218) |
| HSL | hsl(264, 57%, 66%) |
| CMYK | cmyk(27%, 45%, 0%, 15%) |
| LAB | lab(57.7 35.8 -45.2) |
| LCH | lch(57.7 57.6 308.4) |
| OKLCH | oklch(0.650 0.148 301.0) |
Copy-ready code
/* CSS */
color: #9f77da;
background-color: #9f77da;
/* Tailwind (arbitrary) */
class="text-[#9f77da] bg-[#9f77da]"
/* SCSS */
$brand: #9f77da;
/* SwiftUI */
Color(red: 0.624, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#9f77da")Accessibility — WCAG contrast
Aa
#9f77da on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f77da on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green46.7%
Blue85.5%
CMYK percentages
Cyan27.1%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#9f77da text on a black background
contrast 6.13:1
Card sample
#9f77da text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f77da;
Background color
Panel with #9f77da background
background-color: #9f77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f77da; background: linear-gradient(135deg, #9f77da, #DA77D3);