#422C1D
A very dark, moderate orange closely aligning with Black.
About #422C1D
Visually, #422C1D is defined as a moderate orange. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(66, 44, 29).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 33% Magenta, 56% Yellow, and 74% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#422C1D
RGB66, 44, 29
HSL24.3°, 38.9%, 18.6%
CMYK0%, 33%, 56%, 74%
HSV24.3°, 56.1%, 25.9%
LAB20.2, 8.1, 13.8
XYZ3.4, 3.0, 1.6
Decimal4336669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.05:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.47:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422C1D;
}
.text-color {
color: #422C1D;
}
.border-color {
border: 2px solid #422C1D;
}