#877fdb
a light, vivid blue · warm · closest name: slateblue
RGB
135, 127, 219
HSL
245°, 56%, 68%
CMYK
38, 42, 0, 14
Luminance
0.2544
Every format
| HEX | #877fdb |
| RGB | rgb(135, 127, 219) |
| HSL | hsl(245, 56%, 68%) |
| CMYK | cmyk(38%, 42%, 0%, 14%) |
| LAB | lab(57.5 25.0 -46.1) |
| LCH | lch(57.5 52.5 298.4) |
| OKLCH | oklch(0.643 0.135 285.9) |
Copy-ready code
/* CSS */
color: #877fdb;
background-color: #877fdb;
/* Tailwind (arbitrary) */
class="text-[#877fdb] bg-[#877fdb]"
/* SCSS */
$brand: #877fdb;
/* SwiftUI */
Color(red: 0.529, green: 0.498, blue: 0.859)
/* Android */
Color.parseColor("#877fdb")Accessibility — WCAG contrast
Aa
#877fdb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877fdb on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green49.8%
Blue85.9%
CMYK percentages
Cyan38.4%
Magenta42.0%
Yellow0.0%
Key (black)14.1%
Color previews
#877fdb text on a black background
contrast 6.09:1
Card sample
#877fdb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877fdb;
Background color
Panel with #877fdb background
background-color: #877fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 127, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 127, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877fdb; background: linear-gradient(135deg, #877fdb, #C47FDB);