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