#766df4
a light, electric blue · warm · closest name: slateblue
RGB
118, 109, 244
HSL
244°, 86%, 69%
CMYK
52, 55, 0, 4
Luminance
0.2132
Every format
| HEX | #766df4 |
| RGB | rgb(118, 109, 244) |
| HSL | hsl(244, 86%, 69%) |
| CMYK | cmyk(52%, 55%, 0%, 4%) |
| LAB | lab(53.3 38.9 -66.9) |
| LCH | lch(53.3 77.4 300.2) |
| OKLCH | oklch(0.613 0.196 282.0) |
Copy-ready code
/* CSS */
color: #766df4;
background-color: #766df4;
/* Tailwind (arbitrary) */
class="text-[#766df4] bg-[#766df4]"
/* SCSS */
$brand: #766df4;
/* SwiftUI */
Color(red: 0.463, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#766df4")Accessibility — WCAG contrast
Aa
#766df4 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#766df4 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green42.7%
Blue95.7%
CMYK percentages
Cyan51.6%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#766df4 text on a black background
contrast 5.26:1
Card sample
#766df4 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #766df4;
Background color
Panel with #766df4 background
background-color: #766df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #766df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #766df4; background: linear-gradient(135deg, #766df4, #D06DF4);