#D9655C
A light, moderate red closely aligning with Indianred.
About #D9655C
When working with digital screens, the color #D9655C 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(217, 101, 92).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 53% M, 58% Y, and 15% K. The HSL representation is 4.3° hue, 62.2% saturation, and 60.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D9655C
RGB217, 101, 92
HSL4.3°, 62.2%, 60.6%
CMYK0%, 53%, 58%, 15%
HSV4.3°, 57.6%, 85.1%
LAB56.9, 44.8, 27.1
XYZ35.2, 24.8, 13.1
Decimal14247260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.97:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D9655C;
}
.text-color {
color: #D9655C;
}
.border-color {
border: 2px solid #D9655C;
}