#877cdf
a light, vivid blue · warm · closest name: slateblue
RGB
135, 124, 223
HSL
247°, 61%, 68%
CMYK
40, 44, 0, 13
Luminance
0.2489
Every format
| HEX | #877cdf |
| RGB | rgb(135, 124, 223) |
| HSL | hsl(247, 61%, 68%) |
| CMYK | cmyk(40%, 44%, 0%, 13%) |
| LAB | lab(57.0 27.8 -49.2) |
| LCH | lch(57.0 56.6 299.5) |
| OKLCH | oklch(0.640 0.145 286.6) |
Copy-ready code
/* CSS */
color: #877cdf;
background-color: #877cdf;
/* Tailwind (arbitrary) */
class="text-[#877cdf] bg-[#877cdf]"
/* SCSS */
$brand: #877cdf;
/* SwiftUI */
Color(red: 0.529, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#877cdf")Accessibility — WCAG contrast
Aa
#877cdf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877cdf on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#877cdf text on a black background
contrast 5.98:1
Card sample
#877cdf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877cdf;
Background color
Panel with #877cdf background
background-color: #877cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877cdf; background: linear-gradient(135deg, #877cdf, #C97CDF);