#773cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 60, 223
HSL
262°, 72%, 56%
CMYK
47, 73, 0, 13
Luminance
0.1248
Every format
| HEX | #773cdf |
| RGB | rgb(119, 60, 223) |
| HSL | hsl(262, 72%, 56%) |
| CMYK | cmyk(47%, 73%, 0%, 13%) |
| LAB | lab(42.0 59.6 -73.5) |
| LCH | lch(42.0 94.6 309.0) |
| OKLCH | oklch(0.526 0.230 293.4) |
Copy-ready code
/* CSS */
color: #773cdf;
background-color: #773cdf;
/* Tailwind (arbitrary) */
class="text-[#773cdf] bg-[#773cdf]"
/* SCSS */
$brand: #773cdf;
/* SwiftUI */
Color(red: 0.467, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#773cdf")Accessibility — WCAG contrast
Aa
#773cdf on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#773cdf on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#773cdf text on a black background
contrast 3.50:1
Card sample
#773cdf text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773cdf;
Background color
Panel with #773cdf background
background-color: #773cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773cdf; background: linear-gradient(135deg, #773cdf, #DF3CDA);