#773fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 63, 223
HSL
261°, 71%, 56%
CMYK
47, 72, 0, 13
Luminance
0.1280
Every format
| HEX | #773fdf |
| RGB | rgb(119, 63, 223) |
| HSL | hsl(261, 71%, 56%) |
| CMYK | cmyk(47%, 72%, 0%, 13%) |
| LAB | lab(42.5 58.2 -72.7) |
| LCH | lch(42.5 93.1 308.7) |
| OKLCH | oklch(0.530 0.226 293.0) |
Copy-ready code
/* CSS */
color: #773fdf;
background-color: #773fdf;
/* Tailwind (arbitrary) */
class="text-[#773fdf] bg-[#773fdf]"
/* SCSS */
$brand: #773fdf;
/* SwiftUI */
Color(red: 0.467, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#773fdf")Accessibility — WCAG contrast
Aa
#773fdf on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#773fdf on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green24.7%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#773fdf text on a black background
contrast 3.56:1
Card sample
#773fdf text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773fdf;
Background color
Panel with #773fdf background
background-color: #773fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773fdf; background: linear-gradient(135deg, #773fdf, #DF3FDC);