#773fef
a balanced, electric violet · warm · closest name: slateblue
RGB
119, 63, 239
HSL
259°, 85%, 59%
CMYK
50, 74, 0, 6
Luminance
0.1371
Every format
| HEX | #773fef |
| RGB | rgb(119, 63, 239) |
| HSL | hsl(259, 85%, 59%) |
| CMYK | cmyk(50%, 74%, 0%, 6%) |
| LAB | lab(43.8 62.4 -79.6) |
| LCH | lch(43.8 101.1 308.1) |
| OKLCH | oklch(0.543 0.244 290.4) |
Copy-ready code
/* CSS */
color: #773fef;
background-color: #773fef;
/* Tailwind (arbitrary) */
class="text-[#773fef] bg-[#773fef]"
/* SCSS */
$brand: #773fef;
/* SwiftUI */
Color(red: 0.467, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#773fef")Accessibility — WCAG contrast
Aa
#773fef on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#773fef on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green24.7%
Blue93.7%
CMYK percentages
Cyan50.2%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#773fef text on a black background
contrast 3.74:1
Card sample
#773fef text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773fef;
Background color
Panel with #773fef background
background-color: #773fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773fef; background: linear-gradient(135deg, #773fef, #EC3FEF);