#E2D3FF
A very light, vivid neutral closely aligning with Thistle.
About #E2D3FF
Visually, #E2D3FF is defined as a vivid neutral. It is closely associated with the named CSS color Thistle. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 211, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 11% cyan and 17% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2D3FF
RGB226, 211, 255
HSL260.5°, 100.0%, 91.4%
CMYK11%, 17%, 0%, 0%
HSV260.5°, 17.3%, 100.0%
LAB87.0, 13.4, -19.6
XYZ72.7, 70.0, 104.3
Decimal14865407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.00:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D3FF;
}
.text-color {
color: #E2D3FF;
}
.border-color {
border: 2px solid #E2D3FF;
}