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