#790c2d
a dark, electric magenta / pink · warm · closest name: maroon
RGB
121, 12, 45
HSL
342°, 82%, 26%
CMYK
0, 90, 63, 53
Luminance
0.0452
Every format
| HEX | #790c2d |
| RGB | rgb(121, 12, 45) |
| HSL | hsl(342, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 63%, 53%) |
| LAB | lab(25.3 45.4 11.5) |
| LCH | lch(25.3 46.9 14.2) |
| OKLCH | oklch(0.374 0.140 11.6) |
Copy-ready code
/* CSS */
color: #790c2d;
background-color: #790c2d;
/* Tailwind (arbitrary) */
class="text-[#790c2d] bg-[#790c2d]"
/* SCSS */
$brand: #790c2d;
/* SwiftUI */
Color(red: 0.475, green: 0.047, blue: 0.176)
/* Android */
Color.parseColor("#790c2d")Accessibility — WCAG contrast
Aa
#790c2d on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790c2d on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green4.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow62.8%
Key (black)52.5%
Color previews
#790c2d text on a black background
contrast 1.90:1
Card sample
#790c2d text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790c2d;
Background color
Panel with #790c2d background
background-color: #790c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 12, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 12, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790c2d; background: linear-gradient(135deg, #790c2d, #79340C);