#7877cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
120, 119, 204
HSL
241°, 46%, 63%
CMYK
41, 42, 0, 20
Luminance
0.2155
Every format
| HEX | #7877cc |
| RGB | rgb(120, 119, 204) |
| HSL | hsl(241, 46%, 63%) |
| CMYK | cmyk(41%, 42%, 0%, 20%) |
| LAB | lab(53.5 21.6 -44.0) |
| LCH | lch(53.5 49.0 296.2) |
| OKLCH | oklch(0.608 0.127 282.5) |
Copy-ready code
/* CSS */
color: #7877cc;
background-color: #7877cc;
/* Tailwind (arbitrary) */
class="text-[#7877cc] bg-[#7877cc]"
/* SCSS */
$brand: #7877cc;
/* SwiftUI */
Color(red: 0.471, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#7877cc")Accessibility — WCAG contrast
Aa
#7877cc on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7877cc on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green46.7%
Blue80.0%
CMYK percentages
Cyan41.2%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#7877cc text on a black background
contrast 5.31:1
Card sample
#7877cc text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7877cc;
Background color
Panel with #7877cc background
background-color: #7877cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7877cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7877cc; background: linear-gradient(135deg, #7877cc, #B177CC);