#97584a
a dark, soft red · warm · closest name: sienna
RGB
151, 88, 74
HSL
11°, 34%, 44%
CMYK
0, 42, 51, 41
Luminance
0.1405
Every format
| HEX | #97584a |
| RGB | rgb(151, 88, 74) |
| HSL | hsl(11, 34%, 44%) |
| CMYK | cmyk(0%, 42%, 51%, 41%) |
| LAB | lab(44.3 24.4 19.3) |
| LCH | lch(44.3 31.1 38.3) |
| OKLCH | oklch(0.529 0.087 33.4) |
Copy-ready code
/* CSS */
color: #97584a;
background-color: #97584a;
/* Tailwind (arbitrary) */
class="text-[#97584a] bg-[#97584a]"
/* SCSS */
$brand: #97584a;
/* SwiftUI */
Color(red: 0.592, green: 0.345, blue: 0.290)
/* Android */
Color.parseColor("#97584a")Accessibility — WCAG contrast
Aa
#97584a on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#97584a on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green34.5%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow51.0%
Key (black)40.8%
Color previews
#97584a text on a black background
contrast 3.81:1
Card sample
#97584a text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97584a;
Background color
Panel with #97584a background
background-color: #97584a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97584a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 88, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 88, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97584a; background: linear-gradient(135deg, #97584a, #978B4A);