#3A333A
A dark, muted neutral closely aligning with Darkslategray.
About #3A333A
When working with digital screens, the color #3A333A is rendered by mixing light. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 58 red, 51 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 12% Magenta, 0% Yellow, and 77% Black. With a hue angle of 300.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A333A
RGB58, 51, 58
HSL300.0°, 6.4%, 21.4%
CMYK0%, 12%, 0%, 77%
HSV300.0°, 12.1%, 22.7%
LAB22.2, 4.7, -3.3
XYZ3.7, 3.6, 4.5
Decimal3814202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.25:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.71:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A333A;
}
.text-color {
color: #3A333A;
}
.border-color {
border: 2px solid #3A333A;
}