#77103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
119, 16, 60
HSL
334°, 76%, 27%
CMYK
0, 87, 50, 53
Luminance
0.0462
Every format
| HEX | #77103c |
| RGB | rgb(119, 16, 60) |
| HSL | hsl(334, 76%, 27%) |
| CMYK | cmyk(0%, 87%, 50%, 53%) |
| LAB | lab(25.6 45.1 1.5) |
| LCH | lch(25.6 45.2 2.0) |
| OKLCH | oklch(0.377 0.139 1.8) |
Copy-ready code
/* CSS */
color: #77103c;
background-color: #77103c;
/* Tailwind (arbitrary) */
class="text-[#77103c] bg-[#77103c]"
/* SCSS */
$brand: #77103c;
/* SwiftUI */
Color(red: 0.467, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#77103c")Accessibility — WCAG contrast
Aa
#77103c on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77103c on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow49.6%
Key (black)53.3%
Color previews
#77103c text on a black background
contrast 1.92:1
Card sample
#77103c text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77103c;
Background color
Panel with #77103c background
background-color: #77103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77103c; background: linear-gradient(135deg, #77103c, #772910);