#923A50
A medium, moderate red closely aligning with Indianred.
About #923A50
The precise color #923A50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 146 parts red, 58 parts green, and 80 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 60% Magenta, 45% Yellow, and 43% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#923A50
RGB146, 58, 80
HSL345.0°, 43.1%, 40.0%
CMYK0%, 60%, 45%, 43%
HSV345.0°, 60.3%, 57.3%
LAB37.3, 39.2, 5.9
XYZ14.8, 9.7, 8.7
Decimal9583184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.82:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923A50;
}
.text-color {
color: #923A50;
}
.border-color {
border: 2px solid #923A50;
}