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