#9764df
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 100, 223
HSL
265°, 66%, 63%
CMYK
32, 55, 0, 13
Luminance
0.2102
Every format
| HEX | #9764df |
| RGB | rgb(151, 100, 223) |
| HSL | hsl(265, 66%, 63%) |
| CMYK | cmyk(32%, 55%, 0%, 13%) |
| LAB | lab(53.0 45.5 -55.5) |
| LCH | lch(53.0 71.8 309.3) |
| OKLCH | oklch(0.614 0.182 300.2) |
Copy-ready code
/* CSS */
color: #9764df;
background-color: #9764df;
/* Tailwind (arbitrary) */
class="text-[#9764df] bg-[#9764df]"
/* SCSS */
$brand: #9764df;
/* SwiftUI */
Color(red: 0.592, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#9764df")Accessibility — WCAG contrast
Aa
#9764df on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9764df on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green39.2%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9764df text on a black background
contrast 5.20:1
Card sample
#9764df text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9764df;
Background color
Panel with #9764df background
background-color: #9764df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9764df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9764df; background: linear-gradient(135deg, #9764df, #DF64D5);