#7e4e5a
a dark, soft red · warm · closest name: gray
RGB
126, 78, 90
HSL
345°, 24%, 40%
CMYK
0, 38, 29, 51
Luminance
0.1062
Every format
| HEX | #7e4e5a |
| RGB | rgb(126, 78, 90) |
| HSL | hsl(345, 24%, 40%) |
| CMYK | cmyk(0%, 38%, 29%, 51%) |
| LAB | lab(38.9 22.0 1.5) |
| LCH | lch(38.9 22.0 3.9) |
| OKLCH | oklch(0.482 0.067 3.6) |
Copy-ready code
/* CSS */
color: #7e4e5a;
background-color: #7e4e5a;
/* Tailwind (arbitrary) */
class="text-[#7e4e5a] bg-[#7e4e5a]"
/* SCSS */
$brand: #7e4e5a;
/* SwiftUI */
Color(red: 0.494, green: 0.306, blue: 0.353)
/* Android */
Color.parseColor("#7e4e5a")Accessibility — WCAG contrast
Aa
#7e4e5a on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e4e5a on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green30.6%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow28.6%
Key (black)50.6%
Color previews
#7e4e5a text on a black background
contrast 3.12:1
Card sample
#7e4e5a text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e4e5a;
Background color
Panel with #7e4e5a background
background-color: #7e4e5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e4e5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 78, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 78, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e4e5a; background: linear-gradient(135deg, #7e4e5a, #7E624E);