#77002a
a deep, electric magenta / pink · warm · closest name: maroon
RGB
119, 0, 42
HSL
339°, 100%, 23%
CMYK
0, 100, 65, 53
Luminance
0.0409
Every format
| HEX | #77002a |
| RGB | rgb(119, 0, 42) |
| HSL | hsl(339, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 65%, 53%) |
| LAB | lab(24.0 47.1 11.6) |
| LCH | lch(24.0 48.5 13.9) |
| OKLCH | oklch(0.363 0.145 11.3) |
Copy-ready code
/* CSS */
color: #77002a;
background-color: #77002a;
/* Tailwind (arbitrary) */
class="text-[#77002a] bg-[#77002a]"
/* SCSS */
$brand: #77002a;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.165)
/* Android */
Color.parseColor("#77002a")Accessibility — WCAG contrast
Aa
#77002a on white: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77002a on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.7%
Key (black)53.3%
Color previews
#77002a text on a black background
contrast 1.82:1
Card sample
#77002a text on a white background
contrast 11.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77002a;
Background color
Panel with #77002a background
background-color: #77002a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77002a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77002a; background: linear-gradient(135deg, #77002a, #772500);