#772288
a dark, vivid magenta / pink · warm · closest name: purple
RGB
119, 34, 136
HSL
290°, 60%, 33%
CMYK
13, 75, 0, 47
Luminance
0.0684
Every format
| HEX | #772288 |
| RGB | rgb(119, 34, 136) |
| HSL | hsl(290, 60%, 33%) |
| CMYK | cmyk(13%, 75%, 0%, 47%) |
| LAB | lab(31.4 50.6 -38.9) |
| LCH | lch(31.4 63.8 322.4) |
| OKLCH | oklch(0.431 0.171 320.4) |
Copy-ready code
/* CSS */
color: #772288;
background-color: #772288;
/* Tailwind (arbitrary) */
class="text-[#772288] bg-[#772288]"
/* SCSS */
$brand: #772288;
/* SwiftUI */
Color(red: 0.467, green: 0.133, blue: 0.533)
/* Android */
Color.parseColor("#772288")Accessibility — WCAG contrast
Aa
#772288 on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772288 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green13.3%
Blue53.3%
CMYK percentages
Cyan12.5%
Magenta75.0%
Yellow0.0%
Key (black)46.7%
Color previews
#772288 text on a black background
contrast 2.37:1
Card sample
#772288 text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772288;
Background color
Panel with #772288 background
background-color: #772288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 34, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 34, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772288; background: linear-gradient(135deg, #772288, #882255);