#77183b
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
119, 24, 59
HSL
338°, 66%, 28%
CMYK
0, 80, 50, 53
Luminance
0.0489
Every format
| HEX | #77183b |
| RGB | rgb(119, 24, 59) |
| HSL | hsl(338, 66%, 28%) |
| CMYK | cmyk(0%, 80%, 50%, 53%) |
| LAB | lab(26.4 42.7 3.4) |
| LCH | lch(26.4 42.8 4.5) |
| OKLCH | oklch(0.383 0.131 4.0) |
Copy-ready code
/* CSS */
color: #77183b;
background-color: #77183b;
/* Tailwind (arbitrary) */
class="text-[#77183b] bg-[#77183b]"
/* SCSS */
$brand: #77183b;
/* SwiftUI */
Color(red: 0.467, green: 0.094, blue: 0.231)
/* Android */
Color.parseColor("#77183b")Accessibility — WCAG contrast
Aa
#77183b on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77183b on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green9.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow50.4%
Key (black)53.3%
Color previews
#77183b text on a black background
contrast 1.98:1
Card sample
#77183b text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77183b;
Background color
Panel with #77183b background
background-color: #77183b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77183b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 24, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 24, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77183b; background: linear-gradient(135deg, #77183b, #773418);