#923A49
A medium, moderate red closely aligning with Indianred.
About #923A49
At its core, #923A49 is a medium and moderate hue. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(146, 58, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 60% M, 50% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#923A49
RGB146, 58, 73
HSL349.8°, 43.1%, 40.0%
CMYK0%, 60%, 50%, 43%
HSV349.8°, 60.3%, 57.3%
LAB37.1, 38.5, 10.0
XYZ14.6, 9.6, 7.4
Decimal9583177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923A49;
}
.text-color {
color: #923A49;
}
.border-color {
border: 2px solid #923A49;
}