#77188f
a dark, vivid violet · warm · closest name: purple
RGB
119, 24, 143
HSL
288°, 71%, 33%
CMYK
17, 83, 0, 44
Luminance
0.0656
Every format
| HEX | #77188f |
| RGB | rgb(119, 24, 143) |
| HSL | hsl(288, 71%, 33%) |
| CMYK | cmyk(17%, 83%, 0%, 44%) |
| LAB | lab(30.8 55.3 -44.3) |
| LCH | lch(30.8 70.8 321.3) |
| OKLCH | oklch(0.428 0.187 318.2) |
Copy-ready code
/* CSS */
color: #77188f;
background-color: #77188f;
/* Tailwind (arbitrary) */
class="text-[#77188f] bg-[#77188f]"
/* SCSS */
$brand: #77188f;
/* SwiftUI */
Color(red: 0.467, green: 0.094, blue: 0.561)
/* Android */
Color.parseColor("#77188f")Accessibility — WCAG contrast
Aa
#77188f on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77188f on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green9.4%
Blue56.1%
CMYK percentages
Cyan16.8%
Magenta83.2%
Yellow0.0%
Key (black)43.9%
Color previews
#77188f text on a black background
contrast 2.31:1
Card sample
#77188f text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77188f;
Background color
Panel with #77188f background
background-color: #77188f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77188f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 24, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 24, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77188f; background: linear-gradient(135deg, #77188f, #8F1858);