#9b76cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
155, 118, 207
HSL
265°, 48%, 64%
CMYK
25, 43, 0, 19
Luminance
0.2443
Every format
| HEX | #9b76cf |
| RGB | rgb(155, 118, 207) |
| HSL | hsl(265, 48%, 64%) |
| CMYK | cmyk(25%, 43%, 0%, 19%) |
| LAB | lab(56.5 32.5 -40.8) |
| LCH | lch(56.5 52.2 308.6) |
| OKLCH | oklch(0.638 0.134 301.9) |
Copy-ready code
/* CSS */
color: #9b76cf;
background-color: #9b76cf;
/* Tailwind (arbitrary) */
class="text-[#9b76cf] bg-[#9b76cf]"
/* SCSS */
$brand: #9b76cf;
/* SwiftUI */
Color(red: 0.608, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#9b76cf")Accessibility — WCAG contrast
Aa
#9b76cf on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b76cf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green46.3%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#9b76cf text on a black background
contrast 5.89:1
Card sample
#9b76cf text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b76cf;
Background color
Panel with #9b76cf background
background-color: #9b76cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b76cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b76cf; background: linear-gradient(135deg, #9b76cf, #CF76C8);