#7466ee
a light, electric blue · warm · closest name: slateblue
RGB
116, 102, 238
HSL
246°, 80%, 67%
CMYK
51, 57, 0, 7
Luminance
0.1939
Every format
| HEX | #7466ee |
| RGB | rgb(116, 102, 238) |
| HSL | hsl(246, 80%, 67%) |
| CMYK | cmyk(51%, 57%, 0%, 7%) |
| LAB | lab(51.1 40.8 -67.1) |
| LCH | lch(51.1 78.5 301.3) |
| OKLCH | oklch(0.596 0.197 283.3) |
Copy-ready code
/* CSS */
color: #7466ee;
background-color: #7466ee;
/* Tailwind (arbitrary) */
class="text-[#7466ee] bg-[#7466ee]"
/* SCSS */
$brand: #7466ee;
/* SwiftUI */
Color(red: 0.455, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#7466ee")Accessibility — WCAG contrast
Aa
#7466ee on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7466ee on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green40.0%
Blue93.3%
CMYK percentages
Cyan51.3%
Magenta57.1%
Yellow0.0%
Key (black)6.7%
Color previews
#7466ee text on a black background
contrast 4.88:1
Card sample
#7466ee text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7466ee;
Background color
Panel with #7466ee background
background-color: #7466ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7466ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7466ee; background: linear-gradient(135deg, #7466ee, #CF66EE);