#77306b
a dark, soft magenta / pink · warm · closest name: purple
RGB
119, 48, 107
HSL
310°, 43%, 33%
CMYK
0, 60, 10, 53
Luminance
0.0710
Every format
| HEX | #77306b |
| RGB | rgb(119, 48, 107) |
| HSL | hsl(310, 43%, 33%) |
| CMYK | cmyk(0%, 60%, 10%, 53%) |
| LAB | lab(32.0 39.0 -19.8) |
| LCH | lch(32.0 43.7 333.1) |
| OKLCH | oklch(0.430 0.125 334.6) |
Copy-ready code
/* CSS */
color: #77306b;
background-color: #77306b;
/* Tailwind (arbitrary) */
class="text-[#77306b] bg-[#77306b]"
/* SCSS */
$brand: #77306b;
/* SwiftUI */
Color(red: 0.467, green: 0.188, blue: 0.420)
/* Android */
Color.parseColor("#77306b")Accessibility — WCAG contrast
Aa
#77306b on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77306b on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green18.8%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow10.1%
Key (black)53.3%
Color previews
#77306b text on a black background
contrast 2.42:1
Card sample
#77306b text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77306b;
Background color
Panel with #77306b background
background-color: #77306b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77306b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 48, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 48, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77306b; background: linear-gradient(135deg, #77306b, #77303C);