#887ade
a light, vivid blue · warm · closest name: slateblue
RGB
136, 122, 222
HSL
248°, 60%, 68%
CMYK
39, 45, 0, 13
Luminance
0.2443
Every format
| HEX | #887ade |
| RGB | rgb(136, 122, 222) |
| HSL | hsl(248, 60%, 68%) |
| CMYK | cmyk(39%, 45%, 0%, 13%) |
| LAB | lab(56.5 29.0 -49.4) |
| LCH | lch(56.5 57.3 300.4) |
| OKLCH | oklch(0.637 0.147 287.9) |
Copy-ready code
/* CSS */
color: #887ade;
background-color: #887ade;
/* Tailwind (arbitrary) */
class="text-[#887ade] bg-[#887ade]"
/* SCSS */
$brand: #887ade;
/* SwiftUI */
Color(red: 0.533, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#887ade")Accessibility — WCAG contrast
Aa
#887ade on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887ade on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green47.8%
Blue87.1%
CMYK percentages
Cyan38.7%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#887ade text on a black background
contrast 5.89:1
Card sample
#887ade text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887ade;
Background color
Panel with #887ade background
background-color: #887ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887ade; background: linear-gradient(135deg, #887ade, #CB7ADE);