#770c3c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
119, 12, 60
HSL
333°, 82%, 26%
CMYK
0, 90, 50, 53
Luminance
0.0451
Every format
| HEX | #770c3c |
| RGB | rgb(119, 12, 60) |
| HSL | hsl(333, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 50%, 53%) |
| LAB | lab(25.3 46.1 1.1) |
| LCH | lch(25.3 46.1 1.3) |
| OKLCH | oklch(0.375 0.142 1.3) |
Copy-ready code
/* CSS */
color: #770c3c;
background-color: #770c3c;
/* Tailwind (arbitrary) */
class="text-[#770c3c] bg-[#770c3c]"
/* SCSS */
$brand: #770c3c;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.235)
/* Android */
Color.parseColor("#770c3c")Accessibility — WCAG contrast
Aa
#770c3c on white: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770c3c on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow49.6%
Key (black)53.3%
Color previews
#770c3c text on a black background
contrast 1.90:1
Card sample
#770c3c text on a white background
contrast 11.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770c3c;
Background color
Panel with #770c3c background
background-color: #770c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770c3c; background: linear-gradient(135deg, #770c3c, #77230C);