#771144
a dark, electric magenta / pink · warm · closest name: purple
RGB
119, 17, 68
HSL
330°, 75%, 27%
CMYK
0, 86, 43, 53
Luminance
0.0474
Every format
| HEX | #771144 |
| RGB | rgb(119, 17, 68) |
| HSL | hsl(330, 75%, 27%) |
| CMYK | cmyk(0%, 86%, 43%, 53%) |
| LAB | lab(26.0 45.7 -3.4) |
| LCH | lch(26.0 45.8 355.8) |
| OKLCH | oklch(0.381 0.141 356.6) |
Copy-ready code
/* CSS */
color: #771144;
background-color: #771144;
/* Tailwind (arbitrary) */
class="text-[#771144] bg-[#771144]"
/* SCSS */
$brand: #771144;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#771144")Accessibility — WCAG contrast
Aa
#771144 on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771144 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow42.9%
Key (black)53.3%
Color previews
#771144 text on a black background
contrast 1.95:1
Card sample
#771144 text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771144;
Background color
Panel with #771144 background
background-color: #771144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771144; background: linear-gradient(135deg, #771144, #772211);