#FFAFF0
A very light, vivid magenta closely aligning with Plum.
About #FFAFF0
At its core, #FFAFF0 is a very light and vivid hue. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 175, and 240.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 31% magenta inks. The HSL representation is 311.2° hue, 100.0% saturation, and 84.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#FFAFF0
RGB255, 175, 240
HSL311.2°, 100.0%, 84.3%
CMYK0%, 31%, 6%, 0%
HSV311.2°, 31.4%, 100.0%
LAB80.9, 38.9, -20.6
XYZ72.3, 58.2, 89.9
Decimal16756720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.64:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAFF0;
}
.text-color {
color: #FFAFF0;
}
.border-color {
border: 2px solid #FFAFF0;
}