#9746eb
a balanced, electric violet · warm · closest name: slateblue
RGB
151, 70, 235
HSL
270°, 81%, 60%
CMYK
36, 70, 0, 8
Luminance
0.1696
Every format
| HEX | #9746eb |
| RGB | rgb(151, 70, 235) |
| HSL | hsl(270, 81%, 60%) |
| CMYK | cmyk(36%, 70%, 0%, 8%) |
| LAB | lab(48.2 63.5 -70.0) |
| LCH | lch(48.2 94.5 312.2) |
| OKLCH | oklch(0.582 0.235 301.9) |
Copy-ready code
/* CSS */
color: #9746eb;
background-color: #9746eb;
/* Tailwind (arbitrary) */
class="text-[#9746eb] bg-[#9746eb]"
/* SCSS */
$brand: #9746eb;
/* SwiftUI */
Color(red: 0.592, green: 0.275, blue: 0.922)
/* Android */
Color.parseColor("#9746eb")Accessibility — WCAG contrast
Aa
#9746eb on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9746eb on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.5%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta70.2%
Yellow0.0%
Key (black)7.8%
Color previews
#9746eb text on a black background
contrast 4.39:1
Card sample
#9746eb text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9746eb;
Background color
Panel with #9746eb background
background-color: #9746eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9746eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 70, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 70, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9746eb; background: linear-gradient(135deg, #9746eb, #EB46D1);