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