#877ccc
a balanced, soft blue · warm · closest name: slateblue
RGB
135, 124, 204
HSL
248°, 44%, 64%
CMYK
34, 39, 0, 20
Luminance
0.2393
Every format
| HEX | #877ccc |
| RGB | rgb(135, 124, 204) |
| HSL | hsl(248, 44%, 64%) |
| CMYK | cmyk(34%, 39%, 0%, 20%) |
| LAB | lab(56.0 22.7 -40.0) |
| LCH | lch(56.0 46.0 299.5) |
| OKLCH | oklch(0.630 0.118 288.8) |
Copy-ready code
/* CSS */
color: #877ccc;
background-color: #877ccc;
/* Tailwind (arbitrary) */
class="text-[#877ccc] bg-[#877ccc]"
/* SCSS */
$brand: #877ccc;
/* SwiftUI */
Color(red: 0.529, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#877ccc")Accessibility — WCAG contrast
Aa
#877ccc on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877ccc on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green48.6%
Blue80.0%
CMYK percentages
Cyan33.8%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#877ccc text on a black background
contrast 5.79:1
Card sample
#877ccc text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877ccc;
Background color
Panel with #877ccc background
background-color: #877ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877ccc; background: linear-gradient(135deg, #877ccc, #BC7CCC);