#F8A8E9
A very light, vivid magenta closely aligning with Plum.
About #F8A8E9
The hex code #F8A8E9 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(248, 168, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 32% magenta, 6% yellow, and 3% black. The HSL representation is 311.2° hue, 85.1% saturation, and 81.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F8A8E9
RGB248, 168, 233
HSL311.2°, 85.1%, 81.6%
CMYK0%, 32%, 6%, 3%
HSV311.2°, 32.3%, 97.3%
LAB78.4, 39.1, -20.7
XYZ67.4, 53.8, 83.9
Decimal16296169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.77:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
10.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A8E9;
}
.text-color {
color: #F8A8E9;
}
.border-color {
border: 2px solid #F8A8E9;
}