#7766ee
a light, electric blue · warm · closest name: slateblue
RGB
119, 102, 238
HSL
248°, 80%, 67%
CMYK
50, 57, 0, 7
Luminance
0.1960
Every format
| HEX | #7766ee |
| RGB | rgb(119, 102, 238) |
| HSL | hsl(248, 80%, 67%) |
| CMYK | cmyk(50%, 57%, 0%, 7%) |
| LAB | lab(51.4 41.4 -66.7) |
| LCH | lch(51.4 78.5 301.9) |
| OKLCH | oklch(0.598 0.197 284.4) |
Copy-ready code
/* CSS */
color: #7766ee;
background-color: #7766ee;
/* Tailwind (arbitrary) */
class="text-[#7766ee] bg-[#7766ee]"
/* SCSS */
$brand: #7766ee;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#7766ee")Accessibility — WCAG contrast
Aa
#7766ee on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7766ee on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta57.1%
Yellow0.0%
Key (black)6.7%
Color previews
#7766ee text on a black background
contrast 4.92:1
Card sample
#7766ee text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7766ee;
Background color
Panel with #7766ee background
background-color: #7766ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7766ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7766ee; background: linear-gradient(135deg, #7766ee, #D266EE);