#887cff
a light, electric blue · warm · closest name: slateblue
RGB
136, 124, 255
HSL
246°, 100%, 74%
CMYK
47, 51, 0, 0
Luminance
0.2687
Every format
| HEX | #887cff |
| RGB | rgb(136, 124, 255) |
| HSL | hsl(246, 100%, 74%) |
| CMYK | cmyk(47%, 51%, 0%, 0%) |
| LAB | lab(58.9 37.1 -64.0) |
| LCH | lch(58.9 74.0 300.1) |
| OKLCH | oklch(0.660 0.188 284.1) |
Copy-ready code
/* CSS */
color: #887cff;
background-color: #887cff;
/* Tailwind (arbitrary) */
class="text-[#887cff] bg-[#887cff]"
/* SCSS */
$brand: #887cff;
/* SwiftUI */
Color(red: 0.533, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#887cff")Accessibility — WCAG contrast
Aa
#887cff on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887cff on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green48.6%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#887cff text on a black background
contrast 6.37:1
Card sample
#887cff text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887cff;
Background color
Panel with #887cff background
background-color: #887cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887cff; background: linear-gradient(135deg, #887cff, #DF7CFF);