#772c63
a dark, vivid magenta / pink · warm · closest name: purple
RGB
119, 44, 99
HSL
316°, 46%, 32%
CMYK
0, 63, 17, 53
Luminance
0.0662
Every format
| HEX | #772c63 |
| RGB | rgb(119, 44, 99) |
| HSL | hsl(316, 46%, 32%) |
| CMYK | cmyk(0%, 63%, 17%, 53%) |
| LAB | lab(30.9 39.6 -16.3) |
| LCH | lch(30.9 42.8 337.6) |
| OKLCH | oklch(0.421 0.125 339.4) |
Copy-ready code
/* CSS */
color: #772c63;
background-color: #772c63;
/* Tailwind (arbitrary) */
class="text-[#772c63] bg-[#772c63]"
/* SCSS */
$brand: #772c63;
/* SwiftUI */
Color(red: 0.467, green: 0.173, blue: 0.388)
/* Android */
Color.parseColor("#772c63")Accessibility — WCAG contrast
Aa
#772c63 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772c63 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green17.3%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow16.8%
Key (black)53.3%
Color previews
#772c63 text on a black background
contrast 2.32:1
Card sample
#772c63 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772c63;
Background color
Panel with #772c63 background
background-color: #772c63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772c63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 44, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 44, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772c63; background: linear-gradient(135deg, #772c63, #772C31);