#9f76eb
a light, vivid violet · warm · closest name: slateblue
RGB
159, 118, 235
HSL
261°, 75%, 69%
CMYK
32, 50, 0, 8
Luminance
0.2633
Every format
| HEX | #9f76eb |
| RGB | rgb(159, 118, 235) |
| HSL | hsl(261, 75%, 69%) |
| CMYK | cmyk(32%, 50%, 0%, 8%) |
| LAB | lab(58.3 40.5 -53.6) |
| LCH | lch(58.3 67.2 307.1) |
| OKLCH | oklch(0.658 0.171 297.7) |
Copy-ready code
/* CSS */
color: #9f76eb;
background-color: #9f76eb;
/* Tailwind (arbitrary) */
class="text-[#9f76eb] bg-[#9f76eb]"
/* SCSS */
$brand: #9f76eb;
/* SwiftUI */
Color(red: 0.624, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#9f76eb")Accessibility — WCAG contrast
Aa
#9f76eb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f76eb on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green46.3%
Blue92.2%
CMYK percentages
Cyan32.3%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9f76eb text on a black background
contrast 6.27:1
Card sample
#9f76eb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f76eb;
Background color
Panel with #9f76eb background
background-color: #9f76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f76eb; background: linear-gradient(135deg, #9f76eb, #EB76E9);