#776fdf
a light, vivid blue · warm · closest name: slateblue
RGB
119, 111, 223
HSL
244°, 64%, 66%
CMYK
47, 50, 0, 13
Luminance
0.2062
Every format
| HEX | #776fdf |
| RGB | rgb(119, 111, 223) |
| HSL | hsl(244, 64%, 66%) |
| CMYK | cmyk(47%, 50%, 0%, 13%) |
| LAB | lab(52.5 31.7 -56.4) |
| LCH | lch(52.5 64.7 299.3) |
| OKLCH | oklch(0.603 0.165 283.5) |
Copy-ready code
/* CSS */
color: #776fdf;
background-color: #776fdf;
/* Tailwind (arbitrary) */
class="text-[#776fdf] bg-[#776fdf]"
/* SCSS */
$brand: #776fdf;
/* SwiftUI */
Color(red: 0.467, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#776fdf")Accessibility — WCAG contrast
Aa
#776fdf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#776fdf on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#776fdf text on a black background
contrast 5.12:1
Card sample
#776fdf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776fdf;
Background color
Panel with #776fdf background
background-color: #776fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776fdf; background: linear-gradient(135deg, #776fdf, #C26FDF);