#7766bb
a balanced, soft blue · warm · closest name: slateblue
RGB
119, 102, 187
HSL
252°, 39%, 57%
CMYK
36, 46, 0, 27
Luminance
0.1701
Every format
| HEX | #7766bb |
| RGB | rgb(119, 102, 187) |
| HSL | hsl(252, 39%, 57%) |
| CMYK | cmyk(36%, 46%, 0%, 27%) |
| LAB | lab(48.3 26.8 -42.6) |
| LCH | lch(48.3 50.3 302.1) |
| OKLCH | oklch(0.565 0.129 290.9) |
Copy-ready code
/* CSS */
color: #7766bb;
background-color: #7766bb;
/* Tailwind (arbitrary) */
class="text-[#7766bb] bg-[#7766bb]"
/* SCSS */
$brand: #7766bb;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.733)
/* Android */
Color.parseColor("#7766bb")Accessibility — WCAG contrast
Aa
#7766bb on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7766bb on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue73.3%
CMYK percentages
Cyan36.4%
Magenta45.5%
Yellow0.0%
Key (black)26.7%
Color previews
#7766bb text on a black background
contrast 4.40:1
Card sample
#7766bb text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7766bb;
Background color
Panel with #7766bb background
background-color: #7766bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7766bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7766bb; background: linear-gradient(135deg, #7766bb, #B066BB);