#780f2f
a dark, electric magenta / pink · warm · closest name: maroon
RGB
120, 15, 47
HSL
342°, 78%, 27%
CMYK
0, 88, 61, 53
Luminance
0.0454
Every format
| HEX | #780f2f |
| RGB | rgb(120, 15, 47) |
| HSL | hsl(342, 78%, 27%) |
| CMYK | cmyk(0%, 88%, 61%, 53%) |
| LAB | lab(25.4 44.6 10.1) |
| LCH | lch(25.4 45.7 12.8) |
| OKLCH | oklch(0.374 0.138 10.6) |
Copy-ready code
/* CSS */
color: #780f2f;
background-color: #780f2f;
/* Tailwind (arbitrary) */
class="text-[#780f2f] bg-[#780f2f]"
/* SCSS */
$brand: #780f2f;
/* SwiftUI */
Color(red: 0.471, green: 0.059, blue: 0.184)
/* Android */
Color.parseColor("#780f2f")Accessibility — WCAG contrast
Aa
#780f2f on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780f2f on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green5.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow60.8%
Key (black)52.9%
Color previews
#780f2f text on a black background
contrast 1.91:1
Card sample
#780f2f text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780f2f;
Background color
Panel with #780f2f background
background-color: #780f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 15, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 15, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780f2f; background: linear-gradient(135deg, #780f2f, #78350F);