#770121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
119, 1, 33
HSL
344°, 98%, 24%
CMYK
0, 99, 72, 53
Luminance
0.0405
Every format
| HEX | #770121 |
| RGB | rgb(119, 1, 33) |
| HSL | hsl(344, 98%, 24%) |
| CMYK | cmyk(0%, 99%, 72%, 53%) |
| LAB | lab(23.9 46.4 17.7) |
| LCH | lch(23.9 49.6 20.9) |
| OKLCH | oklch(0.362 0.144 16.7) |
Copy-ready code
/* CSS */
color: #770121;
background-color: #770121;
/* Tailwind (arbitrary) */
class="text-[#770121] bg-[#770121]"
/* SCSS */
$brand: #770121;
/* SwiftUI */
Color(red: 0.467, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#770121")Accessibility — WCAG contrast
Aa
#770121 on white: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770121 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow72.3%
Key (black)53.3%
Color previews
#770121 text on a black background
contrast 1.81:1
Card sample
#770121 text on a white background
contrast 11.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770121;
Background color
Panel with #770121 background
background-color: #770121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770121; background: linear-gradient(135deg, #770121, #773001);