#7666df
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 102, 223
HSL
248°, 65%, 64%
CMYK
47, 54, 0, 13
Luminance
0.1868
Every format
| HEX | #7666df |
| RGB | rgb(118, 102, 223) |
| HSL | hsl(248, 65%, 64%) |
| CMYK | cmyk(47%, 54%, 0%, 13%) |
| LAB | lab(50.3 36.8 -60.0) |
| LCH | lch(50.3 70.4 301.5) |
| OKLCH | oklch(0.587 0.177 285.6) |
Copy-ready code
/* CSS */
color: #7666df;
background-color: #7666df;
/* Tailwind (arbitrary) */
class="text-[#7666df] bg-[#7666df]"
/* SCSS */
$brand: #7666df;
/* SwiftUI */
Color(red: 0.463, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#7666df")Accessibility — WCAG contrast
Aa
#7666df on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7666df on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green40.0%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7666df text on a black background
contrast 4.74:1
Card sample
#7666df text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7666df;
Background color
Panel with #7666df background
background-color: #7666df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7666df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7666df; background: linear-gradient(135deg, #7666df, #C766DF);