#E9A0FF
A very light, vivid magenta closely aligning with Violet.
About #E9A0FF
When working with digital screens, the color #E9A0FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(233, 160, 255).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 9% cyan, 37% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very 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#E9A0FF
RGB233, 160, 255
HSL286.1°, 100.0%, 81.4%
CMYK9%, 37%, 0%, 0%
HSV286.1°, 37.3%, 100.0%
LAB75.9, 42.7, -36.5
XYZ64.2, 49.7, 100.8
Decimal15311103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0FF;
}
.text-color {
color: #E9A0FF;
}
.border-color {
border: 2px solid #E9A0FF;
}