#770021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
119, 0, 33
HSL
343°, 100%, 23%
CMYK
0, 100, 72, 53
Luminance
0.0403
Every format
| HEX | #770021 |
| RGB | rgb(119, 0, 33) |
| HSL | hsl(343, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 72%, 53%) |
| LAB | lab(23.8 46.6 17.6) |
| LCH | lch(23.8 49.8 20.7) |
| OKLCH | oklch(0.361 0.145 16.5) |
Copy-ready code
/* CSS */
color: #770021;
background-color: #770021;
/* Tailwind (arbitrary) */
class="text-[#770021] bg-[#770021]"
/* SCSS */
$brand: #770021;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#770021")Accessibility — WCAG contrast
Aa
#770021 on white: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770021 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.3%
Key (black)53.3%
Color previews
#770021 text on a black background
contrast 1.81:1
Card sample
#770021 text on a white background
contrast 11.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770021;
Background color
Panel with #770021 background
background-color: #770021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770021; background: linear-gradient(135deg, #770021, #772E00);