#9761eb
a light, electric violet · warm · closest name: slateblue
RGB
151, 97, 235
HSL
264°, 78%, 65%
CMYK
36, 59, 0, 8
Luminance
0.2113
Every format
| HEX | #9761eb |
| RGB | rgb(151, 97, 235) |
| HSL | hsl(264, 78%, 65%) |
| CMYK | cmyk(36%, 59%, 0%, 8%) |
| LAB | lab(53.1 50.1 -62.1) |
| LCH | lch(53.1 79.8 308.9) |
| OKLCH | oklch(0.617 0.200 298.4) |
Copy-ready code
/* CSS */
color: #9761eb;
background-color: #9761eb;
/* Tailwind (arbitrary) */
class="text-[#9761eb] bg-[#9761eb]"
/* SCSS */
$brand: #9761eb;
/* SwiftUI */
Color(red: 0.592, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#9761eb")Accessibility — WCAG contrast
Aa
#9761eb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9761eb on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green38.0%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9761eb text on a black background
contrast 5.23:1
Card sample
#9761eb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9761eb;
Background color
Panel with #9761eb background
background-color: #9761eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9761eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9761eb; background: linear-gradient(135deg, #9761eb, #EB61E3);