#FFAFB6
A very light, vivid red closely aligning with Lightpink.
About #FFAFB6
At its core, #FFAFB6 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 175, and 182.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 31% Magenta, 29% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#FFAFB6
RGB255, 175, 182
HSL354.8°, 100.0%, 84.3%
CMYK0%, 31%, 29%, 0%
HSV354.8°, 31.4%, 100.0%
LAB79.2, 30.1, 8.3
XYZ65.0, 55.3, 51.5
Decimal16756662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.06:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAFB6;
}
.text-color {
color: #FFAFB6;
}
.border-color {
border: 2px solid #FFAFB6;
}