#773dfd
a balanced, electric violet · warm · closest name: blue
RGB
119, 61, 253
HSL
258°, 98%, 62%
CMYK
53, 76, 0, 1
Luminance
0.1435
Every format
| HEX | #773dfd |
| RGB | rgb(119, 61, 253) |
| HSL | hsl(258, 98%, 62%) |
| CMYK | cmyk(53%, 76%, 0%, 1%) |
| LAB | lab(44.7 66.9 -85.9) |
| LCH | lch(44.7 108.9 307.9) |
| OKLCH | oklch(0.554 0.261 288.5) |
Copy-ready code
/* CSS */
color: #773dfd;
background-color: #773dfd;
/* Tailwind (arbitrary) */
class="text-[#773dfd] bg-[#773dfd]"
/* SCSS */
$brand: #773dfd;
/* SwiftUI */
Color(red: 0.467, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#773dfd")Accessibility — WCAG contrast
Aa
#773dfd on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#773dfd on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.9%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#773dfd text on a black background
contrast 3.87:1
Card sample
#773dfd text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773dfd;
Background color
Panel with #773dfd background
background-color: #773dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773dfd; background: linear-gradient(135deg, #773dfd, #F73DFD);