#79424f
a dark, soft red · warm · closest name: gray
RGB
121, 66, 79
HSL
346°, 29%, 37%
CMYK
0, 46, 35, 53
Luminance
0.0853
Every format
| HEX | #79424f |
| RGB | rgb(121, 66, 79) |
| HSL | hsl(346, 29%, 37%) |
| CMYK | cmyk(0%, 46%, 35%, 53%) |
| LAB | lab(35.1 25.4 2.7) |
| LCH | lch(35.1 25.5 6.1) |
| OKLCH | oklch(0.450 0.077 5.5) |
Copy-ready code
/* CSS */
color: #79424f;
background-color: #79424f;
/* Tailwind (arbitrary) */
class="text-[#79424f] bg-[#79424f]"
/* SCSS */
$brand: #79424f;
/* SwiftUI */
Color(red: 0.475, green: 0.259, blue: 0.310)
/* Android */
Color.parseColor("#79424f")Accessibility — WCAG contrast
Aa
#79424f on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#79424f on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green25.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow34.7%
Key (black)52.5%
Color previews
#79424f text on a black background
contrast 2.71:1
Card sample
#79424f text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79424f;
Background color
Panel with #79424f background
background-color: #79424f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79424f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 66, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 66, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79424f; background: linear-gradient(135deg, #79424f, #795A42);