#E2A899
A light, moderate red closely aligning with Rosybrown.
About #E2A899
Visually, #E2A899 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 226 parts red, 168 parts green, and 153 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 26% M, 32% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2A899
RGB226, 168, 153
HSL12.3°, 55.7%, 74.3%
CMYK0%, 26%, 32%, 11%
HSV12.3°, 32.3%, 88.6%
LAB73.9, 19.3, 16.1
XYZ51.1, 46.5, 36.4
Decimal14854297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A899;
}
.text-color {
color: #E2A899;
}
.border-color {
border: 2px solid #E2A899;
}