#7966ff
a light, electric blue · warm · closest name: slateblue
RGB
121, 102, 255
HSL
248°, 100%, 70%
CMYK
53, 60, 0, 0
Luminance
0.2079
Every format
| HEX | #7966ff |
| RGB | rgb(121, 102, 255) |
| HSL | hsl(248, 100%, 70%) |
| CMYK | cmyk(53%, 60%, 0%, 0%) |
| LAB | lab(52.7 46.8 -74.0) |
| LCH | lch(52.7 87.5 302.3) |
| OKLCH | oklch(0.612 0.218 283.5) |
Copy-ready code
/* CSS */
color: #7966ff;
background-color: #7966ff;
/* Tailwind (arbitrary) */
class="text-[#7966ff] bg-[#7966ff]"
/* SCSS */
$brand: #7966ff;
/* SwiftUI */
Color(red: 0.475, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#7966ff")Accessibility — WCAG contrast
Aa
#7966ff on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7966ff on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green40.0%
Blue100.0%
CMYK percentages
Cyan52.5%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7966ff text on a black background
contrast 5.16:1
Card sample
#7966ff text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7966ff;
Background color
Panel with #7966ff background
background-color: #7966ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7966ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7966ff; background: linear-gradient(135deg, #7966ff, #DF66FF);