#776cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
119, 108, 223
HSL
246°, 64%, 65%
CMYK
47, 52, 0, 13
Luminance
0.1997
Every format
| HEX | #776cdf |
| RGB | rgb(119, 108, 223) |
| HSL | hsl(246, 64%, 65%) |
| CMYK | cmyk(47%, 52%, 0%, 13%) |
| LAB | lab(51.8 33.5 -57.5) |
| LCH | lch(51.8 66.6 300.2) |
| OKLCH | oklch(0.598 0.169 284.4) |
Copy-ready code
/* CSS */
color: #776cdf;
background-color: #776cdf;
/* Tailwind (arbitrary) */
class="text-[#776cdf] bg-[#776cdf]"
/* SCSS */
$brand: #776cdf;
/* SwiftUI */
Color(red: 0.467, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#776cdf")Accessibility — WCAG contrast
Aa
#776cdf on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#776cdf on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green42.4%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#776cdf text on a black background
contrast 4.99:1
Card sample
#776cdf text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776cdf;
Background color
Panel with #776cdf background
background-color: #776cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776cdf; background: linear-gradient(135deg, #776cdf, #C46CDF);