#7660df
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 96, 223
HSL
250°, 67%, 63%
CMYK
47, 57, 0, 13
Luminance
0.1755
Every format
| HEX | #7660df |
| RGB | rgb(118, 96, 223) |
| HSL | hsl(250, 67%, 63%) |
| CMYK | cmyk(47%, 57%, 0%, 13%) |
| LAB | lab(48.9 40.3 -62.2) |
| LCH | lch(48.9 74.1 303.0) |
| OKLCH | oklch(0.577 0.186 287.0) |
Copy-ready code
/* CSS */
color: #7660df;
background-color: #7660df;
/* Tailwind (arbitrary) */
class="text-[#7660df] bg-[#7660df]"
/* SCSS */
$brand: #7660df;
/* SwiftUI */
Color(red: 0.463, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#7660df")Accessibility — WCAG contrast
Aa
#7660df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7660df on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green37.6%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7660df text on a black background
contrast 4.51:1
Card sample
#7660df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7660df;
Background color
Panel with #7660df background
background-color: #7660df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7660df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7660df; background: linear-gradient(135deg, #7660df, #CB60DF);