#8763ba
a balanced, soft violet · warm · closest name: slateblue
RGB
135, 99, 186
HSL
265°, 39%, 56%
CMYK
27, 47, 0, 27
Luminance
0.1762
Every format
| HEX | #8763ba |
| RGB | rgb(135, 99, 186) |
| HSL | hsl(265, 39%, 56%) |
| CMYK | cmyk(27%, 47%, 0%, 27%) |
| LAB | lab(49.0 32.7 -40.7) |
| LCH | lch(49.0 52.2 308.7) |
| OKLCH | oklch(0.574 0.134 301.4) |
Copy-ready code
/* CSS */
color: #8763ba;
background-color: #8763ba;
/* Tailwind (arbitrary) */
class="text-[#8763ba] bg-[#8763ba]"
/* SCSS */
$brand: #8763ba;
/* SwiftUI */
Color(red: 0.529, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#8763ba")Accessibility — WCAG contrast
Aa
#8763ba on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8763ba on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green38.8%
Blue72.9%
CMYK percentages
Cyan27.4%
Magenta46.8%
Yellow0.0%
Key (black)27.1%
Color previews
#8763ba text on a black background
contrast 4.52:1
Card sample
#8763ba text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8763ba;
Background color
Panel with #8763ba background
background-color: #8763ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8763ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8763ba; background: linear-gradient(135deg, #8763ba, #BA63B3);