#8763cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 99, 207
HSL
260°, 53%, 60%
CMYK
35, 52, 0, 19
Luminance
0.1858
Every format
| HEX | #8763cf |
| RGB | rgb(135, 99, 207) |
| HSL | hsl(260, 53%, 60%) |
| CMYK | cmyk(35%, 52%, 0%, 19%) |
| LAB | lab(50.2 38.1 -51.0) |
| LCH | lch(50.2 63.6 306.8) |
| OKLCH | oklch(0.586 0.161 296.5) |
Copy-ready code
/* CSS */
color: #8763cf;
background-color: #8763cf;
/* Tailwind (arbitrary) */
class="text-[#8763cf] bg-[#8763cf]"
/* SCSS */
$brand: #8763cf;
/* SwiftUI */
Color(red: 0.529, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#8763cf")Accessibility — WCAG contrast
Aa
#8763cf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8763cf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green38.8%
Blue81.2%
CMYK percentages
Cyan34.8%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#8763cf text on a black background
contrast 4.72:1
Card sample
#8763cf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8763cf;
Background color
Panel with #8763cf background
background-color: #8763cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8763cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8763cf; background: linear-gradient(135deg, #8763cf, #CF63CF);