#772c68
a dark, vivid magenta / pink · warm · closest name: purple
RGB
119, 44, 104
HSL
312°, 46%, 32%
CMYK
0, 63, 13, 53
Luminance
0.0672
Every format
| HEX | #772c68 |
| RGB | rgb(119, 44, 104) |
| HSL | hsl(312, 46%, 32%) |
| CMYK | cmyk(0%, 63%, 13%, 53%) |
| LAB | lab(31.2 40.4 -19.2) |
| LCH | lch(31.2 44.7 334.6) |
| OKLCH | oklch(0.423 0.129 336.2) |
Copy-ready code
/* CSS */
color: #772c68;
background-color: #772c68;
/* Tailwind (arbitrary) */
class="text-[#772c68] bg-[#772c68]"
/* SCSS */
$brand: #772c68;
/* SwiftUI */
Color(red: 0.467, green: 0.173, blue: 0.408)
/* Android */
Color.parseColor("#772c68")Accessibility — WCAG contrast
Aa
#772c68 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772c68 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green17.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow12.6%
Key (black)53.3%
Color previews
#772c68 text on a black background
contrast 2.34:1
Card sample
#772c68 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772c68;
Background color
Panel with #772c68 background
background-color: #772c68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772c68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 44, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 44, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772c68; background: linear-gradient(135deg, #772c68, #772C36);