#373c4d
a dark, soft blue · warm · closest name: darkslategray
RGB
55, 60, 77
HSL
226°, 17%, 26%
CMYK
29, 22, 0, 70
Luminance
0.0458
Every format
| HEX | #373c4d |
| RGB | rgb(55, 60, 77) |
| HSL | hsl(226, 17%, 26%) |
| CMYK | cmyk(29%, 22%, 0%, 70%) |
| LAB | lab(25.5 2.4 -11.0) |
| LCH | lch(25.5 11.3 282.3) |
| OKLCH | oklch(0.359 0.030 272.0) |
Copy-ready code
/* CSS */
color: #373c4d;
background-color: #373c4d;
/* Tailwind (arbitrary) */
class="text-[#373c4d] bg-[#373c4d]"
/* SCSS */
$brand: #373c4d;
/* SwiftUI */
Color(red: 0.216, green: 0.235, blue: 0.302)
/* Android */
Color.parseColor("#373c4d")Accessibility — WCAG contrast
Aa
#373c4d on white: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373c4d on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green23.5%
Blue30.2%
CMYK percentages
Cyan28.6%
Magenta22.1%
Yellow0.0%
Key (black)69.8%
Color previews
#373c4d text on a black background
contrast 1.92:1
Card sample
#373c4d text on a white background
contrast 10.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373c4d;
Background color
Panel with #373c4d background
background-color: #373c4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373c4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 60, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 60, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373c4d; background: linear-gradient(135deg, #373c4d, #41374D);