#7766ff
a light, electric blue · warm · closest name: slateblue
RGB
119, 102, 255
HSL
247°, 100%, 70%
CMYK
53, 60, 0, 0
Luminance
0.2064
Every format
| HEX | #7766ff |
| RGB | rgb(119, 102, 255) |
| HSL | hsl(247, 100%, 70%) |
| CMYK | cmyk(53%, 60%, 0%, 0%) |
| LAB | lab(52.6 46.5 -74.2) |
| LCH | lch(52.6 87.6 302.0) |
| OKLCH | oklch(0.610 0.218 282.8) |
Copy-ready code
/* CSS */
color: #7766ff;
background-color: #7766ff;
/* Tailwind (arbitrary) */
class="text-[#7766ff] bg-[#7766ff]"
/* SCSS */
$brand: #7766ff;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#7766ff")Accessibility — WCAG contrast
Aa
#7766ff on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7766ff on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7766ff text on a black background
contrast 5.13:1
Card sample
#7766ff text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7766ff;
Background color
Panel with #7766ff background
background-color: #7766ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7766ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7766ff; background: linear-gradient(135deg, #7766ff, #DD66FF);