#3A2C24
A very dark, muted orange closely aligning with Black.
About #3A2C24
When working with digital screens, the color #3A2C24 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(58, 44, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 24% Magenta, 38% Yellow, and 77% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A2C24
RGB58, 44, 36
HSL21.8°, 23.4%, 18.4%
CMYK0%, 24%, 38%, 77%
HSV21.8°, 37.9%, 22.7%
LAB19.3, 5.0, 7.7
XYZ3.0, 2.8, 2.1
Decimal3812388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.41:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.82:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C24;
}
.text-color {
color: #3A2C24;
}
.border-color {
border: 2px solid #3A2C24;
}