#FFAFC5
A very light, vivid magenta closely aligning with Lightpink.
About #FFAFC5
The hex code #FFAFC5 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Lightpink. This translates to an RGB value of rgb(255, 175, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 31% Magenta, 23% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFAFC5
RGB255, 175, 197
HSL343.5°, 100.0%, 84.3%
CMYK0%, 31%, 23%, 0%
HSV343.5°, 31.4%, 100.0%
LAB79.6, 32.2, 0.7
XYZ66.6, 56.0, 60.1
Decimal16756677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.19:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAFC5;
}
.text-color {
color: #FFAFC5;
}
.border-color {
border: 2px solid #FFAFC5;
}