#877ef1
a light, electric blue · warm · closest name: slateblue
RGB
135, 126, 241
HSL
245°, 80%, 72%
CMYK
44, 48, 0, 6
Luminance
0.2642
Every format
| HEX | #877ef1 |
| RGB | rgb(135, 126, 241) |
| HSL | hsl(245, 80%, 72%) |
| CMYK | cmyk(44%, 48%, 0%, 6%) |
| LAB | lab(58.4 31.7 -56.9) |
| LCH | lch(58.4 65.2 299.1) |
| OKLCH | oklch(0.654 0.167 284.3) |
Copy-ready code
/* CSS */
color: #877ef1;
background-color: #877ef1;
/* Tailwind (arbitrary) */
class="text-[#877ef1] bg-[#877ef1]"
/* SCSS */
$brand: #877ef1;
/* SwiftUI */
Color(red: 0.529, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#877ef1")Accessibility — WCAG contrast
Aa
#877ef1 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877ef1 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green49.4%
Blue94.5%
CMYK percentages
Cyan44.0%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#877ef1 text on a black background
contrast 6.28:1
Card sample
#877ef1 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877ef1;
Background color
Panel with #877ef1 background
background-color: #877ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877ef1; background: linear-gradient(135deg, #877ef1, #D47EF1);