#E2C5E2
A very light, moderate magenta closely aligning with Thistle.
About #E2C5E2
When working with digital screens, the color #E2C5E2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(226, 197, 226).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 13% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#E2C5E2
RGB226, 197, 226
HSL300.0°, 33.3%, 82.9%
CMYK0%, 13%, 0%, 11%
HSV300.0°, 12.8%, 88.6%
LAB82.7, 15.2, -10.6
XYZ65.1, 61.6, 80.4
Decimal14861794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.32:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2C5E2;
}
.text-color {
color: #E2C5E2;
}
.border-color {
border: 2px solid #E2C5E2;
}