#77009c
a dark, electric violet · warm · closest name: indigo
RGB
119, 0, 156
HSL
286°, 100%, 31%
CMYK
24, 100, 0, 39
Luminance
0.0632
Every format
| HEX | #77009c |
| RGB | rgb(119, 0, 156) |
| HSL | hsl(286, 100%, 31%) |
| CMYK | cmyk(24%, 100%, 0%, 39%) |
| LAB | lab(30.2 62.4 -53.2) |
| LCH | lch(30.2 82.0 319.5) |
| OKLCH | oklch(0.427 0.211 314.4) |
Copy-ready code
/* CSS */
color: #77009c;
background-color: #77009c;
/* Tailwind (arbitrary) */
class="text-[#77009c] bg-[#77009c]"
/* SCSS */
$brand: #77009c;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#77009c")Accessibility — WCAG contrast
Aa
#77009c on white: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77009c on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue61.2%
CMYK percentages
Cyan23.7%
Magenta100.0%
Yellow0.0%
Key (black)38.8%
Color previews
#77009c text on a black background
contrast 2.26:1
Card sample
#77009c text on a white background
contrast 9.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77009c;
Background color
Panel with #77009c background
background-color: #77009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77009c; background: linear-gradient(135deg, #77009c, #9C0059);