#FFA0E9
A very light, vivid magenta closely aligning with Plum.
About #FFA0E9
The precise color #FFA0E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 255 red, 160 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 37% M, 9% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFA0E9
RGB255, 160, 233
HSL313.9°, 100.0%, 81.4%
CMYK0%, 37%, 9%, 0%
HSV313.9°, 37.3%, 100.0%
LAB77.5, 45.5, -22.0
XYZ68.5, 52.3, 83.6
Decimal16752873
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.46:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA0E9;
}
.text-color {
color: #FFA0E9;
}
.border-color {
border: 2px solid #FFA0E9;
}