#9767cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 103, 207
HSL
268°, 52%, 61%
CMYK
27, 50, 0, 19
Luminance
0.2078
Every format
| HEX | #9767cf |
| RGB | rgb(151, 103, 207) |
| HSL | hsl(268, 52%, 61%) |
| CMYK | cmyk(27%, 50%, 0%, 19%) |
| LAB | lab(52.7 39.9 -46.9) |
| LCH | lch(52.7 61.6 310.4) |
| OKLCH | oklch(0.609 0.158 303.4) |
Copy-ready code
/* CSS */
color: #9767cf;
background-color: #9767cf;
/* Tailwind (arbitrary) */
class="text-[#9767cf] bg-[#9767cf]"
/* SCSS */
$brand: #9767cf;
/* SwiftUI */
Color(red: 0.592, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#9767cf")Accessibility — WCAG contrast
Aa
#9767cf on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9767cf on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green40.4%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta50.2%
Yellow0.0%
Key (black)18.8%
Color previews
#9767cf text on a black background
contrast 5.16:1
Card sample
#9767cf text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9767cf;
Background color
Panel with #9767cf background
background-color: #9767cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9767cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9767cf; background: linear-gradient(135deg, #9767cf, #CF67C2);