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