#7766aa
a balanced, soft violet · warm · closest name: steelblue
RGB
119, 102, 170
HSL
255°, 29%, 53%
CMYK
30, 40, 0, 33
Luminance
0.1633
Every format
| HEX | #7766aa |
| RGB | rgb(119, 102, 170) |
| HSL | hsl(255, 29%, 53%) |
| CMYK | cmyk(30%, 40%, 0%, 33%) |
| LAB | lab(47.4 22.2 -34.1) |
| LCH | lch(47.4 40.7 303.1) |
| OKLCH | oklch(0.555 0.104 294.2) |
Copy-ready code
/* CSS */
color: #7766aa;
background-color: #7766aa;
/* Tailwind (arbitrary) */
class="text-[#7766aa] bg-[#7766aa]"
/* SCSS */
$brand: #7766aa;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.667)
/* Android */
Color.parseColor("#7766aa")Accessibility — WCAG contrast
Aa
#7766aa on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7766aa on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta40.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7766aa text on a black background
contrast 4.27:1
Card sample
#7766aa text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7766aa;
Background color
Panel with #7766aa background
background-color: #7766aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7766aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7766aa; background: linear-gradient(135deg, #7766aa, #A466AA);