#7a77da
a light, vivid blue · warm · closest name: slateblue
RGB
122, 119, 218
HSL
242°, 57%, 66%
CMYK
44, 45, 0, 15
Luminance
0.2239
Every format
| HEX | #7a77da |
| RGB | rgb(122, 119, 218) |
| HSL | hsl(242, 57%, 66%) |
| CMYK | cmyk(44%, 45%, 0%, 15%) |
| LAB | lab(54.4 26.2 -50.5) |
| LCH | lch(54.4 56.9 297.4) |
| OKLCH | oklch(0.618 0.147 282.6) |
Copy-ready code
/* CSS */
color: #7a77da;
background-color: #7a77da;
/* Tailwind (arbitrary) */
class="text-[#7a77da] bg-[#7a77da]"
/* SCSS */
$brand: #7a77da;
/* SwiftUI */
Color(red: 0.478, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#7a77da")Accessibility — WCAG contrast
Aa
#7a77da on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7a77da on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green46.7%
Blue85.5%
CMYK percentages
Cyan44.0%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#7a77da text on a black background
contrast 5.48:1
Card sample
#7a77da text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a77da;
Background color
Panel with #7a77da background
background-color: #7a77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a77da; background: linear-gradient(135deg, #7a77da, #BC77DA);