#7766cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
119, 102, 204
HSL
250°, 50%, 60%
CMYK
42, 50, 0, 20
Luminance
0.1778
Every format
| HEX | #7766cc |
| RGB | rgb(119, 102, 204) |
| HSL | hsl(250, 50%, 60%) |
| CMYK | cmyk(42%, 50%, 0%, 20%) |
| LAB | lab(49.2 31.6 -50.9) |
| LCH | lch(49.2 59.9 301.8) |
| OKLCH | oklch(0.575 0.152 288.3) |
Copy-ready code
/* CSS */
color: #7766cc;
background-color: #7766cc;
/* Tailwind (arbitrary) */
class="text-[#7766cc] bg-[#7766cc]"
/* SCSS */
$brand: #7766cc;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.800)
/* Android */
Color.parseColor("#7766cc")Accessibility — WCAG contrast
Aa
#7766cc on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7766cc on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta50.0%
Yellow0.0%
Key (black)20.0%
Color previews
#7766cc text on a black background
contrast 4.56:1
Card sample
#7766cc text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7766cc;
Background color
Panel with #7766cc background
background-color: #7766cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7766cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7766cc; background: linear-gradient(135deg, #7766cc, #BB66CC);