#993A49
A medium, moderate red closely aligning with Indianred.
About #993A49
The precise color #993A49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 153 red, 58 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. The HSL representation is 350.5° hue, 45.0% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#993A49
RGB153, 58, 73
HSL350.5°, 45.0%, 41.4%
CMYK0%, 62%, 52%, 40%
HSV350.5°, 62.1%, 60.0%
LAB38.3, 41.0, 11.9
XYZ15.9, 10.3, 7.5
Decimal10041929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.57:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993A49;
}
.text-color {
color: #993A49;
}
.border-color {
border: 2px solid #993A49;
}