#887ccf
a balanced, vivid blue · warm · closest name: slateblue
RGB
136, 124, 207
HSL
249°, 46%, 65%
CMYK
34, 40, 0, 19
Luminance
0.2415
Every format
| HEX | #887ccf |
| RGB | rgb(136, 124, 207) |
| HSL | hsl(249, 46%, 65%) |
| CMYK | cmyk(34%, 40%, 0%, 19%) |
| LAB | lab(56.2 23.8 -41.4) |
| LCH | lch(56.2 47.7 299.9) |
| OKLCH | oklch(0.632 0.123 289.0) |
Copy-ready code
/* CSS */
color: #887ccf;
background-color: #887ccf;
/* Tailwind (arbitrary) */
class="text-[#887ccf] bg-[#887ccf]"
/* SCSS */
$brand: #887ccf;
/* SwiftUI */
Color(red: 0.533, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#887ccf")Accessibility — WCAG contrast
Aa
#887ccf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887ccf on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green48.6%
Blue81.2%
CMYK percentages
Cyan34.3%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#887ccf text on a black background
contrast 5.83:1
Card sample
#887ccf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887ccf;
Background color
Panel with #887ccf background
background-color: #887ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887ccf; background: linear-gradient(135deg, #887ccf, #BF7CCF);