#876eb7
a balanced, soft violet · warm · closest name: slateblue
RGB
135, 110, 183
HSL
261°, 34%, 58%
CMYK
26, 40, 0, 28
Luminance
0.1972
Every format
| HEX | #876eb7 |
| RGB | rgb(135, 110, 183) |
| HSL | hsl(261, 34%, 58%) |
| CMYK | cmyk(26%, 40%, 0%, 28%) |
| LAB | lab(51.5 25.5 -35.1) |
| LCH | lch(51.5 43.4 306.0) |
| OKLCH | oklch(0.592 0.112 298.7) |
Copy-ready code
/* CSS */
color: #876eb7;
background-color: #876eb7;
/* Tailwind (arbitrary) */
class="text-[#876eb7] bg-[#876eb7]"
/* SCSS */
$brand: #876eb7;
/* SwiftUI */
Color(red: 0.529, green: 0.431, blue: 0.718)
/* Android */
Color.parseColor("#876eb7")Accessibility — WCAG contrast
Aa
#876eb7 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#876eb7 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green43.1%
Blue71.8%
CMYK percentages
Cyan26.2%
Magenta39.9%
Yellow0.0%
Key (black)28.2%
Color previews
#876eb7 text on a black background
contrast 4.94:1
Card sample
#876eb7 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #876eb7;
Background color
Panel with #876eb7 background
background-color: #876eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #876eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 110, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 110, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #876eb7; background: linear-gradient(135deg, #876eb7, #B76EB6);