#994950
A medium, moderate red closely aligning with Indianred.
About #994950
When working with digital screens, the color #994950 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 153 red, 73 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 52% Magenta, 48% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#994950
RGB153, 73, 80
HSL354.8°, 35.4%, 44.3%
CMYK0%, 52%, 48%, 40%
HSV354.8°, 52.3%, 60.0%
LAB41.4, 34.1, 11.7
XYZ17.0, 12.1, 9.0
Decimal10045776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.13:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #994950;
}
.text-color {
color: #994950;
}
.border-color {
border: 2px solid #994950;
}