#876fdf
a light, vivid blue · warm · closest name: slateblue
RGB
135, 111, 223
HSL
253°, 64%, 66%
CMYK
40, 50, 0, 13
Luminance
0.2185
Every format
| HEX | #876fdf |
| RGB | rgb(135, 111, 223) |
| HSL | hsl(253, 64%, 66%) |
| CMYK | cmyk(40%, 50%, 0%, 13%) |
| LAB | lab(53.9 35.4 -54.2) |
| LCH | lch(53.9 64.7 303.2) |
| OKLCH | oklch(0.617 0.164 290.6) |
Copy-ready code
/* CSS */
color: #876fdf;
background-color: #876fdf;
/* Tailwind (arbitrary) */
class="text-[#876fdf] bg-[#876fdf]"
/* SCSS */
$brand: #876fdf;
/* SwiftUI */
Color(red: 0.529, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#876fdf")Accessibility — WCAG contrast
Aa
#876fdf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#876fdf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#876fdf text on a black background
contrast 5.37:1
Card sample
#876fdf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #876fdf;
Background color
Panel with #876fdf background
background-color: #876fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #876fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #876fdf; background: linear-gradient(135deg, #876fdf, #D26FDF);