#9761df
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 97, 223
HSL
266°, 66%, 63%
CMYK
32, 57, 0, 13
Luminance
0.2046
Every format
| HEX | #9761df |
| RGB | rgb(151, 97, 223) |
| HSL | hsl(266, 66%, 63%) |
| CMYK | cmyk(32%, 57%, 0%, 13%) |
| LAB | lab(52.4 47.2 -56.5) |
| LCH | lch(52.4 73.6 309.8) |
| OKLCH | oklch(0.609 0.186 300.8) |
Copy-ready code
/* CSS */
color: #9761df;
background-color: #9761df;
/* Tailwind (arbitrary) */
class="text-[#9761df] bg-[#9761df]"
/* SCSS */
$brand: #9761df;
/* SwiftUI */
Color(red: 0.592, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#9761df")Accessibility — WCAG contrast
Aa
#9761df on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9761df on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green38.0%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9761df text on a black background
contrast 5.09:1
Card sample
#9761df text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9761df;
Background color
Panel with #9761df background
background-color: #9761df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9761df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9761df; background: linear-gradient(135deg, #9761df, #DF61D3);