#772cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
119, 44, 223
HSL
265°, 74%, 52%
CMYK
47, 80, 0, 13
Luminance
0.1105
Every format
| HEX | #772cdf |
| RGB | rgb(119, 44, 223) |
| HSL | hsl(265, 74%, 52%) |
| CMYK | cmyk(47%, 80%, 0%, 13%) |
| LAB | lab(39.7 66.2 -77.3) |
| LCH | lch(39.7 101.8 310.6) |
| OKLCH | oklch(0.510 0.244 294.9) |
Copy-ready code
/* CSS */
color: #772cdf;
background-color: #772cdf;
/* Tailwind (arbitrary) */
class="text-[#772cdf] bg-[#772cdf]"
/* SCSS */
$brand: #772cdf;
/* SwiftUI */
Color(red: 0.467, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#772cdf")Accessibility — WCAG contrast
Aa
#772cdf on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#772cdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#772cdf text on a black background
contrast 3.21:1
Card sample
#772cdf text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772cdf;
Background color
Panel with #772cdf background
background-color: #772cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772cdf; background: linear-gradient(135deg, #772cdf, #DF2CD0);