#FFAFBD
A very light, vivid red closely aligning with Lightpink.
About #FFAFBD
Visually, #FFAFBD is defined as a vivid red. Its closest recognized web color is Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 175, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 31% magenta, 26% yellow, and 0% black. The HSL representation is 349.5° hue, 100.0% saturation, and 84.3% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFAFBD
RGB255, 175, 189
HSL349.5°, 100.0%, 84.3%
CMYK0%, 31%, 26%, 0%
HSV349.5°, 31.4%, 100.0%
LAB79.4, 31.1, 4.8
XYZ65.8, 55.6, 55.4
Decimal16756669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.12:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAFBD;
}
.text-color {
color: #FFAFBD;
}
.border-color {
border: 2px solid #FFAFBD;
}