#877fdf
a light, vivid blue · warm · closest name: slateblue
RGB
135, 127, 223
HSL
245°, 60%, 69%
CMYK
40, 43, 0, 13
Luminance
0.2566
Every format
| HEX | #877fdf |
| RGB | rgb(135, 127, 223) |
| HSL | hsl(245, 60%, 69%) |
| CMYK | cmyk(40%, 43%, 0%, 13%) |
| LAB | lab(57.7 26.1 -48.1) |
| LCH | lch(57.7 54.7 298.5) |
| OKLCH | oklch(0.646 0.141 285.5) |
Copy-ready code
/* CSS */
color: #877fdf;
background-color: #877fdf;
/* Tailwind (arbitrary) */
class="text-[#877fdf] bg-[#877fdf]"
/* SCSS */
$brand: #877fdf;
/* SwiftUI */
Color(red: 0.529, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#877fdf")Accessibility — WCAG contrast
Aa
#877fdf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877fdf on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green49.8%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#877fdf text on a black background
contrast 6.13:1
Card sample
#877fdf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877fdf;
Background color
Panel with #877fdf background
background-color: #877fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877fdf; background: linear-gradient(135deg, #877fdf, #C77FDF);