#E26666
A light, moderate red closely aligning with Indianred.
About #E26666
Visually, #E26666 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 226 red, 102 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 55% M, 55% Y, and 11% K. The HSL representation is 0.0° hue, 68.1% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E26666
RGB226, 102, 102
HSL0.0°, 68.1%, 64.3%
CMYK0%, 55%, 55%, 11%
HSV0.0°, 54.9%, 88.6%
LAB58.6, 48.3, 23.8
XYZ38.5, 26.6, 15.7
Decimal14837350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.33:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E26666;
}
.text-color {
color: #E26666;
}
.border-color {
border: 2px solid #E26666;
}