#794848
a dark, soft red · warm · closest name: gray
RGB
121, 72, 72
HSL
0°, 25%, 38%
CMYK
0, 41, 41, 53
Luminance
0.0917
Every format
| HEX | #794848 |
| RGB | rgb(121, 72, 72) |
| HSL | hsl(0, 25%, 38%) |
| CMYK | cmyk(0%, 41%, 41%, 53%) |
| LAB | lab(36.3 20.9 8.9) |
| LCH | lch(36.3 22.8 23.1) |
| OKLCH | oklch(0.459 0.067 20.0) |
Copy-ready code
/* CSS */
color: #794848;
background-color: #794848;
/* Tailwind (arbitrary) */
class="text-[#794848] bg-[#794848]"
/* SCSS */
$brand: #794848;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.282)
/* Android */
Color.parseColor("#794848")Accessibility — WCAG contrast
Aa
#794848 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794848 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow40.5%
Key (black)52.5%
Color previews
#794848 text on a black background
contrast 2.83:1
Card sample
#794848 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794848;
Background color
Panel with #794848 background
background-color: #794848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794848; background: linear-gradient(135deg, #794848, #796948);