#776ac8
a balanced, vivid blue · warm · closest name: slateblue
RGB
119, 106, 200
HSL
248°, 46%, 60%
CMYK
41, 47, 0, 22
Luminance
0.1840
Every format
| HEX | #776ac8 |
| RGB | rgb(119, 106, 200) |
| HSL | hsl(248, 46%, 60%) |
| CMYK | cmyk(41%, 47%, 0%, 22%) |
| LAB | lab(50.0 28.0 -47.4) |
| LCH | lch(50.0 55.1 300.6) |
| OKLCH | oklch(0.580 0.141 287.5) |
Copy-ready code
/* CSS */
color: #776ac8;
background-color: #776ac8;
/* Tailwind (arbitrary) */
class="text-[#776ac8] bg-[#776ac8]"
/* SCSS */
$brand: #776ac8;
/* SwiftUI */
Color(red: 0.467, green: 0.416, blue: 0.784)
/* Android */
Color.parseColor("#776ac8")Accessibility — WCAG contrast
Aa
#776ac8 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#776ac8 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green41.6%
Blue78.4%
CMYK percentages
Cyan40.5%
Magenta47.0%
Yellow0.0%
Key (black)21.6%
Color previews
#776ac8 text on a black background
contrast 4.68:1
Card sample
#776ac8 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776ac8;
Background color
Panel with #776ac8 background
background-color: #776ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 106, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 106, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776ac8; background: linear-gradient(135deg, #776ac8, #B66AC8);