#994957
A medium, moderate red closely aligning with Indianred.
About #994957
When working with digital screens, the color #994957 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indianred. This translates to an RGB value of rgb(153, 73, 87).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 52% M, 43% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#994957
RGB153, 73, 87
HSL349.5°, 35.4%, 44.3%
CMYK0%, 52%, 43%, 40%
HSV349.5°, 52.3%, 60.0%
LAB41.6, 34.9, 7.6
XYZ17.2, 12.2, 10.5
Decimal10045783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.10:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.83:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #994957;
}
.text-color {
color: #994957;
}
.border-color {
border: 2px solid #994957;
}