#766afd
a light, electric blue · warm · closest name: slateblue
RGB
118, 106, 253
HSL
245°, 97%, 70%
CMYK
53, 58, 0, 1
Luminance
0.2125
Every format
| HEX | #766afd |
| RGB | rgb(118, 106, 253) |
| HSL | hsl(245, 97%, 70%) |
| CMYK | cmyk(53%, 58%, 0%, 1%) |
| LAB | lab(53.2 43.4 -72.0) |
| LCH | lch(53.2 84.1 301.1) |
| OKLCH | oklch(0.615 0.211 281.9) |
Copy-ready code
/* CSS */
color: #766afd;
background-color: #766afd;
/* Tailwind (arbitrary) */
class="text-[#766afd] bg-[#766afd]"
/* SCSS */
$brand: #766afd;
/* SwiftUI */
Color(red: 0.463, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#766afd")Accessibility — WCAG contrast
Aa
#766afd on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#766afd on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green41.6%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#766afd text on a black background
contrast 5.25:1
Card sample
#766afd text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #766afd;
Background color
Panel with #766afd background
background-color: #766afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #766afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #766afd; background: linear-gradient(135deg, #766afd, #D86AFD);