#77446f
a dark, soft magenta / pink · warm · closest name: gray
RGB
119, 68, 111
HSL
309°, 27%, 37%
CMYK
0, 43, 7, 53
Luminance
0.0920
Every format
| HEX | #77446f |
| RGB | rgb(119, 68, 111) |
| HSL | hsl(309, 27%, 37%) |
| CMYK | cmyk(0%, 43%, 7%, 53%) |
| LAB | lab(36.4 28.8 -15.6) |
| LCH | lch(36.4 32.8 331.6) |
| OKLCH | oklch(0.463 0.092 332.9) |
Copy-ready code
/* CSS */
color: #77446f;
background-color: #77446f;
/* Tailwind (arbitrary) */
class="text-[#77446f] bg-[#77446f]"
/* SCSS */
$brand: #77446f;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.435)
/* Android */
Color.parseColor("#77446f")Accessibility — WCAG contrast
Aa
#77446f on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77446f on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow6.7%
Key (black)53.3%
Color previews
#77446f text on a black background
contrast 2.84:1
Card sample
#77446f text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77446f;
Background color
Panel with #77446f background
background-color: #77446f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77446f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77446f; background: linear-gradient(135deg, #77446f, #77444D);