#60373c
a dark, soft red · warm · closest name: darkslategray
RGB
96, 55, 60
HSL
353°, 27%, 30%
CMYK
0, 43, 38, 62
Luminance
0.0555
Every format
| HEX | #60373c |
| RGB | rgb(96, 55, 60) |
| HSL | hsl(353, 27%, 30%) |
| CMYK | cmyk(0%, 43%, 38%, 62%) |
| LAB | lab(28.2 19.0 4.8) |
| LCH | lch(28.2 19.6 14.1) |
| OKLCH | oklch(0.389 0.059 12.3) |
Copy-ready code
/* CSS */
color: #60373c;
background-color: #60373c;
/* Tailwind (arbitrary) */
class="text-[#60373c] bg-[#60373c]"
/* SCSS */
$brand: #60373c;
/* SwiftUI */
Color(red: 0.376, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#60373c")Accessibility — WCAG contrast
Aa
#60373c on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60373c on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow37.5%
Key (black)62.4%
Color previews
#60373c text on a black background
contrast 2.11:1
Card sample
#60373c text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60373c;
Background color
Panel with #60373c background
background-color: #60373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60373c; background: linear-gradient(135deg, #60373c, #604D37);