#763eee
a balanced, electric violet · warm · closest name: slateblue
RGB
118, 62, 238
HSL
259°, 84%, 59%
CMYK
50, 74, 0, 7
Luminance
0.1347
Every format
| HEX | #763eee |
| RGB | rgb(118, 62, 238) |
| HSL | hsl(259, 84%, 59%) |
| CMYK | cmyk(50%, 74%, 0%, 7%) |
| LAB | lab(43.5 62.4 -79.6) |
| LCH | lch(43.5 101.1 308.1) |
| OKLCH | oklch(0.541 0.244 290.3) |
Copy-ready code
/* CSS */
color: #763eee;
background-color: #763eee;
/* Tailwind (arbitrary) */
class="text-[#763eee] bg-[#763eee]"
/* SCSS */
$brand: #763eee;
/* SwiftUI */
Color(red: 0.463, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#763eee")Accessibility — WCAG contrast
Aa
#763eee on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#763eee on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green24.3%
Blue93.3%
CMYK percentages
Cyan50.4%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#763eee text on a black background
contrast 3.69:1
Card sample
#763eee text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763eee;
Background color
Panel with #763eee background
background-color: #763eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763eee; background: linear-gradient(135deg, #763eee, #EB3EEE);