#772467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
119, 36, 103
HSL
312°, 54%, 30%
CMYK
0, 70, 13, 53
Luminance
0.0616
Every format
| HEX | #772467 |
| RGB | rgb(119, 36, 103) |
| HSL | hsl(312, 54%, 30%) |
| CMYK | cmyk(0%, 70%, 13%, 53%) |
| LAB | lab(29.8 43.8 -20.6) |
| LCH | lch(29.8 48.4 334.8) |
| OKLCH | oklch(0.413 0.140 336.4) |
Copy-ready code
/* CSS */
color: #772467;
background-color: #772467;
/* Tailwind (arbitrary) */
class="text-[#772467] bg-[#772467]"
/* SCSS */
$brand: #772467;
/* SwiftUI */
Color(red: 0.467, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#772467")Accessibility — WCAG contrast
Aa
#772467 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772467 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow13.4%
Key (black)53.3%
Color previews
#772467 text on a black background
contrast 2.23:1
Card sample
#772467 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772467;
Background color
Panel with #772467 background
background-color: #772467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772467; background: linear-gradient(135deg, #772467, #772430);