#8877ee
a light, electric blue · warm · closest name: slateblue
RGB
136, 119, 238
HSL
249°, 78%, 70%
CMYK
43, 50, 0, 7
Luminance
0.2460
Every format
| HEX | #8877ee |
| RGB | rgb(136, 119, 238) |
| HSL | hsl(249, 78%, 70%) |
| CMYK | cmyk(43%, 50%, 0%, 7%) |
| LAB | lab(56.7 35.2 -58.1) |
| LCH | lch(56.7 67.9 301.2) |
| OKLCH | oklch(0.641 0.172 287.0) |
Copy-ready code
/* CSS */
color: #8877ee;
background-color: #8877ee;
/* Tailwind (arbitrary) */
class="text-[#8877ee] bg-[#8877ee]"
/* SCSS */
$brand: #8877ee;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#8877ee")Accessibility — WCAG contrast
Aa
#8877ee on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8877ee on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#8877ee text on a black background
contrast 5.92:1
Card sample
#8877ee text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8877ee;
Background color
Panel with #8877ee background
background-color: #8877ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8877ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8877ee; background: linear-gradient(135deg, #8877ee, #D777EE);