#FFAFFF
A very light, vivid magenta closely aligning with Plum.
About #FFAFFF
Visually, #FFAFFF is defined as a vivid magenta. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(255, 175, 255).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 31% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFAFFF
RGB255, 175, 255
HSL300.0°, 100.0%, 84.3%
CMYK0%, 31%, 0%, 0%
HSV300.0°, 31.4%, 100.0%
LAB81.4, 41.6, -27.9
XYZ74.6, 59.1, 102.1
Decimal16756735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAFFF;
}
.text-color {
color: #FFAFFF;
}
.border-color {
border: 2px solid #FFAFFF;
}