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