#8577ee
a light, electric blue · warm · closest name: slateblue
RGB
133, 119, 238
HSL
247°, 78%, 70%
CMYK
44, 50, 0, 7
Luminance
0.2435
Every format
| HEX | #8577ee |
| RGB | rgb(133, 119, 238) |
| HSL | hsl(247, 78%, 70%) |
| CMYK | cmyk(44%, 50%, 0%, 7%) |
| LAB | lab(56.4 34.5 -58.5) |
| LCH | lch(56.4 67.9 300.5) |
| OKLCH | oklch(0.638 0.173 285.8) |
Copy-ready code
/* CSS */
color: #8577ee;
background-color: #8577ee;
/* Tailwind (arbitrary) */
class="text-[#8577ee] bg-[#8577ee]"
/* SCSS */
$brand: #8577ee;
/* SwiftUI */
Color(red: 0.522, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#8577ee")Accessibility — WCAG contrast
Aa
#8577ee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8577ee on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green46.7%
Blue93.3%
CMYK percentages
Cyan44.1%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#8577ee text on a black background
contrast 5.87:1
Card sample
#8577ee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8577ee;
Background color
Panel with #8577ee background
background-color: #8577ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8577ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8577ee; background: linear-gradient(135deg, #8577ee, #D477EE);