#8877cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
136, 119, 204
HSL
252°, 46%, 63%
CMYK
33, 42, 0, 20
Luminance
0.2279
Every format
| HEX | #8877cc |
| RGB | rgb(136, 119, 204) |
| HSL | hsl(252, 46%, 63%) |
| CMYK | cmyk(33%, 42%, 0%, 20%) |
| LAB | lab(54.9 25.9 -41.9) |
| LCH | lch(54.9 49.2 301.7) |
| OKLCH | oklch(0.621 0.126 291.5) |
Copy-ready code
/* CSS */
color: #8877cc;
background-color: #8877cc;
/* Tailwind (arbitrary) */
class="text-[#8877cc] bg-[#8877cc]"
/* SCSS */
$brand: #8877cc;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#8877cc")Accessibility — WCAG contrast
Aa
#8877cc on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8877cc on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#8877cc text on a black background
contrast 5.56:1
Card sample
#8877cc text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8877cc;
Background color
Panel with #8877cc background
background-color: #8877cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8877cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8877cc; background: linear-gradient(135deg, #8877cc, #C177CC);