#A8421D
A dark, vivid orange closely aligning with Sienna.
About #A8421D
The hex code #A8421D represents a beautifully specific shade of orange. Designers often compare it to the standard color Sienna. This translates to an RGB value of rgb(168, 66, 29).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 61% M, 83% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8421D
RGB168, 66, 29
HSL16.0°, 70.6%, 38.6%
CMYK0%, 61%, 83%, 34%
HSV16.0°, 82.7%, 65.9%
LAB41.7, 40.1, 42.1
XYZ18.3, 12.3, 2.6
Decimal11026973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.07:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.80:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A8421D;
}
.text-color {
color: #A8421D;
}
.border-color {
border: 2px solid #A8421D;
}