#876cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
135, 108, 223
HSL
254°, 64%, 65%
CMYK
40, 52, 0, 13
Luminance
0.2120
Every format
| HEX | #876cdf |
| RGB | rgb(135, 108, 223) |
| HSL | hsl(254, 64%, 65%) |
| CMYK | cmyk(40%, 52%, 0%, 13%) |
| LAB | lab(53.2 37.2 -55.3) |
| LCH | lch(53.2 66.6 303.9) |
| OKLCH | oklch(0.612 0.168 291.4) |
Copy-ready code
/* CSS */
color: #876cdf;
background-color: #876cdf;
/* Tailwind (arbitrary) */
class="text-[#876cdf] bg-[#876cdf]"
/* SCSS */
$brand: #876cdf;
/* SwiftUI */
Color(red: 0.529, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#876cdf")Accessibility — WCAG contrast
Aa
#876cdf on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#876cdf on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#876cdf text on a black background
contrast 5.24:1
Card sample
#876cdf text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #876cdf;
Background color
Panel with #876cdf background
background-color: #876cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #876cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #876cdf; background: linear-gradient(135deg, #876cdf, #D46CDF);