#FFA8E2
A very light, vivid magenta closely aligning with Plum.
About #FFA8E2
The precise color #FFA8E2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(255, 168, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 34% M, 11% Y, and 0% K. With a hue angle of 320.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFA8E2
RGB255, 168, 226
HSL320.0°, 100.0%, 82.9%
CMYK0%, 34%, 11%, 0%
HSV320.0°, 34.1%, 100.0%
LAB78.9, 40.3, -16.0
XYZ69.0, 54.8, 78.9
Decimal16754914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA8E2;
}
.text-color {
color: #FFA8E2;
}
.border-color {
border: 2px solid #FFA8E2;
}