#973548
a dark, vivid red · warm · closest name: sienna
RGB
151, 53, 72
HSL
348°, 48%, 40%
CMYK
0, 65, 52, 41
Luminance
0.0959
Every format
| HEX | #973548 |
| RGB | rgb(151, 53, 72) |
| HSL | hsl(348, 48%, 40%) |
| CMYK | cmyk(0%, 65%, 52%, 41%) |
| LAB | lab(37.1 42.5 10.8) |
| LCH | lch(37.1 43.9 14.2) |
| OKLCH | oklch(0.474 0.132 12.0) |
Copy-ready code
/* CSS */
color: #973548;
background-color: #973548;
/* Tailwind (arbitrary) */
class="text-[#973548] bg-[#973548]"
/* SCSS */
$brand: #973548;
/* SwiftUI */
Color(red: 0.592, green: 0.208, blue: 0.282)
/* Android */
Color.parseColor("#973548")Accessibility — WCAG contrast
Aa
#973548 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#973548 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow52.3%
Key (black)40.8%
Color previews
#973548 text on a black background
contrast 2.92:1
Card sample
#973548 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973548;
Background color
Panel with #973548 background
background-color: #973548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 53, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 53, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973548; background: linear-gradient(135deg, #973548, #976335);