#77309c
a dark, vivid violet · warm · closest name: purple
RGB
119, 48, 156
HSL
279°, 53%, 40%
CMYK
24, 69, 0, 39
Luminance
0.0844
Every format
| HEX | #77309c |
| RGB | rgb(119, 48, 156) |
| HSL | hsl(279, 53%, 40%) |
| CMYK | cmyk(24%, 69%, 0%, 39%) |
| LAB | lab(34.9 48.9 -45.7) |
| LCH | lch(34.9 66.9 316.9) |
| OKLCH | oklch(0.460 0.173 311.7) |
Copy-ready code
/* CSS */
color: #77309c;
background-color: #77309c;
/* Tailwind (arbitrary) */
class="text-[#77309c] bg-[#77309c]"
/* SCSS */
$brand: #77309c;
/* SwiftUI */
Color(red: 0.467, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#77309c")Accessibility — WCAG contrast
Aa
#77309c on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77309c on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green18.8%
Blue61.2%
CMYK percentages
Cyan23.7%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#77309c text on a black background
contrast 2.69:1
Card sample
#77309c text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77309c;
Background color
Panel with #77309c background
background-color: #77309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77309c; background: linear-gradient(135deg, #77309c, #9C3079);