#9760cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 96, 207
HSL
270°, 54%, 59%
CMYK
27, 54, 0, 19
Luminance
0.1945
Every format
| HEX | #9760cf |
| RGB | rgb(151, 96, 207) |
| HSL | hsl(270, 54%, 59%) |
| CMYK | cmyk(27%, 54%, 0%, 19%) |
| LAB | lab(51.2 43.8 -49.3) |
| LCH | lch(51.2 65.9 311.7) |
| OKLCH | oklch(0.598 0.169 304.7) |
Copy-ready code
/* CSS */
color: #9760cf;
background-color: #9760cf;
/* Tailwind (arbitrary) */
class="text-[#9760cf] bg-[#9760cf]"
/* SCSS */
$brand: #9760cf;
/* SwiftUI */
Color(red: 0.592, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#9760cf")Accessibility — WCAG contrast
Aa
#9760cf on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9760cf on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green37.6%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#9760cf text on a black background
contrast 4.89:1
Card sample
#9760cf text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9760cf;
Background color
Panel with #9760cf background
background-color: #9760cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9760cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9760cf; background: linear-gradient(135deg, #9760cf, #CF60BD);