#772fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
119, 47, 223
HSL
265°, 73%, 53%
CMYK
47, 79, 0, 13
Luminance
0.1128
Every format
| HEX | #772fdf |
| RGB | rgb(119, 47, 223) |
| HSL | hsl(265, 73%, 53%) |
| CMYK | cmyk(47%, 79%, 0%, 13%) |
| LAB | lab(40.0 65.1 -76.6) |
| LCH | lch(40.0 100.6 310.3) |
| OKLCH | oklch(0.513 0.242 294.7) |
Copy-ready code
/* CSS */
color: #772fdf;
background-color: #772fdf;
/* Tailwind (arbitrary) */
class="text-[#772fdf] bg-[#772fdf]"
/* SCSS */
$brand: #772fdf;
/* SwiftUI */
Color(red: 0.467, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#772fdf")Accessibility — WCAG contrast
Aa
#772fdf on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#772fdf on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green18.4%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#772fdf text on a black background
contrast 3.26:1
Card sample
#772fdf text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772fdf;
Background color
Panel with #772fdf background
background-color: #772fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772fdf; background: linear-gradient(135deg, #772fdf, #DF2FD2);