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