#413F21
A very dark, moderate yellow closely aligning with Darkslategray.
About #413F21
Visually, #413F21 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 65 red, 63 green, and 33 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 49% Yellow, and 75% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#413F21
RGB65, 63, 33
HSL56.3°, 32.7%, 19.2%
CMYK0%, 3%, 49%, 75%
HSV56.3°, 49.2%, 25.5%
LAB26.1, -4.4, 18.7
XYZ4.2, 4.8, 2.1
Decimal4276001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.73:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.25:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #413F21;
}
.text-color {
color: #413F21;
}
.border-color {
border: 2px solid #413F21;
}