#3A331D
A very dark, moderate yellow closely aligning with Darkslategray.
About #3A331D
Visually, #3A331D is defined as a moderate yellow. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 58 red, 51 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 50% Y, and 77% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A331D
RGB58, 51, 29
HSL45.5°, 33.3%, 17.1%
CMYK0%, 12%, 50%, 77%
HSV45.5°, 50.0%, 22.7%
LAB21.4, -0.7, 15.1
XYZ3.2, 3.4, 1.6
Decimal3814173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.57:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.01:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A331D;
}
.text-color {
color: #3A331D;
}
.border-color {
border: 2px solid #3A331D;
}