#614949
a dark, muted red · warm · closest name: gray
RGB
97, 73, 73
HSL
0°, 14%, 33%
CMYK
0, 25, 25, 62
Luminance
0.0779
Every format
| HEX | #614949 |
| RGB | rgb(97, 73, 73) |
| HSL | hsl(0, 14%, 33%) |
| CMYK | cmyk(0%, 25%, 25%, 62%) |
| LAB | lab(33.5 10.2 4.0) |
| LCH | lch(33.5 10.9 21.2) |
| OKLCH | oklch(0.431 0.033 18.5) |
Copy-ready code
/* CSS */
color: #614949;
background-color: #614949;
/* Tailwind (arbitrary) */
class="text-[#614949] bg-[#614949]"
/* SCSS */
$brand: #614949;
/* SwiftUI */
Color(red: 0.380, green: 0.286, blue: 0.286)
/* Android */
Color.parseColor("#614949")Accessibility — WCAG contrast
Aa
#614949 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#614949 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green28.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow24.7%
Key (black)62.0%
Color previews
#614949 text on a black background
contrast 2.56:1
Card sample
#614949 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #614949;
Background color
Panel with #614949 background
background-color: #614949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #614949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 73, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 73, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #614949; background: linear-gradient(135deg, #614949, #615949);