#77458a
a dark, soft violet · warm · closest name: purple
RGB
119, 69, 138
HSL
284°, 33%, 41%
CMYK
14, 50, 0, 46
Luminance
0.1001
Every format
| HEX | #77458a |
| RGB | rgb(119, 69, 138) |
| HSL | hsl(284, 33%, 41%) |
| CMYK | cmyk(14%, 50%, 0%, 46%) |
| LAB | lab(37.9 33.9 -29.9) |
| LCH | lch(37.9 45.2 318.5) |
| OKLCH | oklch(0.478 0.120 316.1) |
Copy-ready code
/* CSS */
color: #77458a;
background-color: #77458a;
/* Tailwind (arbitrary) */
class="text-[#77458a] bg-[#77458a]"
/* SCSS */
$brand: #77458a;
/* SwiftUI */
Color(red: 0.467, green: 0.271, blue: 0.541)
/* Android */
Color.parseColor("#77458a")Accessibility — WCAG contrast
Aa
#77458a on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#77458a on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green27.1%
Blue54.1%
CMYK percentages
Cyan13.8%
Magenta50.0%
Yellow0.0%
Key (black)45.9%
Color previews
#77458a text on a black background
contrast 3.00:1
Card sample
#77458a text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77458a;
Background color
Panel with #77458a background
background-color: #77458a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77458a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 69, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 69, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77458a; background: linear-gradient(135deg, #77458a, #8A456F);