#9765eb
a light, electric violet · warm · closest name: slateblue
RGB
151, 101, 235
HSL
262°, 77%, 66%
CMYK
36, 57, 0, 8
Luminance
0.2188
Every format
| HEX | #9765eb |
| RGB | rgb(151, 101, 235) |
| HSL | hsl(262, 77%, 66%) |
| CMYK | cmyk(36%, 57%, 0%, 8%) |
| LAB | lab(53.9 48.0 -60.8) |
| LCH | lch(53.9 77.4 308.3) |
| OKLCH | oklch(0.623 0.195 297.7) |
Copy-ready code
/* CSS */
color: #9765eb;
background-color: #9765eb;
/* Tailwind (arbitrary) */
class="text-[#9765eb] bg-[#9765eb]"
/* SCSS */
$brand: #9765eb;
/* SwiftUI */
Color(red: 0.592, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#9765eb")Accessibility — WCAG contrast
Aa
#9765eb on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9765eb on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green39.6%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9765eb text on a black background
contrast 5.38:1
Card sample
#9765eb text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9765eb;
Background color
Panel with #9765eb background
background-color: #9765eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9765eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9765eb; background: linear-gradient(135deg, #9765eb, #EB65E6);