#776acf
a balanced, vivid blue · warm · closest name: slateblue
RGB
119, 106, 207
HSL
248°, 51%, 61%
CMYK
43, 49, 0, 19
Luminance
0.1874
Every format
| HEX | #776acf |
| RGB | rgb(119, 106, 207) |
| HSL | hsl(248, 51%, 61%) |
| CMYK | cmyk(43%, 49%, 0%, 19%) |
| LAB | lab(50.4 30.0 -50.8) |
| LCH | lch(50.4 59.0 300.6) |
| OKLCH | oklch(0.584 0.150 286.7) |
Copy-ready code
/* CSS */
color: #776acf;
background-color: #776acf;
/* Tailwind (arbitrary) */
class="text-[#776acf] bg-[#776acf]"
/* SCSS */
$brand: #776acf;
/* SwiftUI */
Color(red: 0.467, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#776acf")Accessibility — WCAG contrast
Aa
#776acf on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#776acf on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green41.6%
Blue81.2%
CMYK percentages
Cyan42.5%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#776acf text on a black background
contrast 4.75:1
Card sample
#776acf text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776acf;
Background color
Panel with #776acf background
background-color: #776acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776acf; background: linear-gradient(135deg, #776acf, #BA6ACF);