#876fe7
a light, vivid blue · warm · closest name: slateblue
RGB
135, 111, 231
HSL
252°, 71%, 67%
CMYK
42, 52, 0, 9
Luminance
0.2229
Every format
| HEX | #876fe7 |
| RGB | rgb(135, 111, 231) |
| HSL | hsl(252, 71%, 67%) |
| CMYK | cmyk(42%, 52%, 0%, 9%) |
| LAB | lab(54.3 37.6 -57.9) |
| LCH | lch(54.3 69.1 303.0) |
| OKLCH | oklch(0.622 0.175 289.5) |
Copy-ready code
/* CSS */
color: #876fe7;
background-color: #876fe7;
/* Tailwind (arbitrary) */
class="text-[#876fe7] bg-[#876fe7]"
/* SCSS */
$brand: #876fe7;
/* SwiftUI */
Color(red: 0.529, green: 0.435, blue: 0.906)
/* Android */
Color.parseColor("#876fe7")Accessibility — WCAG contrast
Aa
#876fe7 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#876fe7 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green43.5%
Blue90.6%
CMYK percentages
Cyan41.6%
Magenta51.9%
Yellow0.0%
Key (black)9.4%
Color previews
#876fe7 text on a black background
contrast 5.46:1
Card sample
#876fe7 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #876fe7;
Background color
Panel with #876fe7 background
background-color: #876fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #876fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 111, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 111, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #876fe7; background: linear-gradient(135deg, #876fe7, #D76FE7);