#7776df
a light, vivid blue · warm · closest name: slateblue
RGB
119, 118, 223
HSL
241°, 62%, 67%
CMYK
47, 47, 0, 13
Luminance
0.2221
Every format
| HEX | #7776df |
| RGB | rgb(119, 118, 223) |
| HSL | hsl(241, 62%, 67%) |
| CMYK | cmyk(47%, 47%, 0%, 13%) |
| LAB | lab(54.2 27.5 -53.6) |
| LCH | lch(54.2 60.3 297.2) |
| OKLCH | oklch(0.616 0.155 281.3) |
Copy-ready code
/* CSS */
color: #7776df;
background-color: #7776df;
/* Tailwind (arbitrary) */
class="text-[#7776df] bg-[#7776df]"
/* SCSS */
$brand: #7776df;
/* SwiftUI */
Color(red: 0.467, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#7776df")Accessibility — WCAG contrast
Aa
#7776df on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7776df on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.3%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7776df text on a black background
contrast 5.44:1
Card sample
#7776df text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7776df;
Background color
Panel with #7776df background
background-color: #7776df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7776df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7776df; background: linear-gradient(135deg, #7776df, #BD76DF);