#77335b
a dark, soft magenta / pink · warm · closest name: purple
RGB
119, 51, 91
HSL
325°, 40%, 33%
CMYK
0, 57, 24, 53
Luminance
0.0704
Every format
| HEX | #77335b |
| RGB | rgb(119, 51, 91) |
| HSL | hsl(325, 40%, 33%) |
| CMYK | cmyk(0%, 57%, 24%, 53%) |
| LAB | lab(31.9 34.8 -9.7) |
| LCH | lch(31.9 36.1 344.5) |
| OKLCH | oklch(0.427 0.107 346.3) |
Copy-ready code
/* CSS */
color: #77335b;
background-color: #77335b;
/* Tailwind (arbitrary) */
class="text-[#77335b] bg-[#77335b]"
/* SCSS */
$brand: #77335b;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.357)
/* Android */
Color.parseColor("#77335b")Accessibility — WCAG contrast
Aa
#77335b on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77335b on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow23.5%
Key (black)53.3%
Color previews
#77335b text on a black background
contrast 2.41:1
Card sample
#77335b text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77335b;
Background color
Panel with #77335b background
background-color: #77335b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77335b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77335b; background: linear-gradient(135deg, #77335b, #773833);