#F0AFCC
A very light, moderate magenta closely aligning with Lightpink.
About #F0AFCC
Visually, #F0AFCC is defined as a moderate magenta. It is closely associated with the named CSS color Lightpink. In the RGB color space, it consists of 240 red, 175 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 27% M, 15% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0AFCC
RGB240, 175, 204
HSL333.2°, 68.4%, 81.4%
CMYK0%, 27%, 15%, 6%
HSV333.2°, 27.1%, 94.1%
LAB78.2, 28.0, -5.3
XYZ62.2, 53.5, 64.2
Decimal15773644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.71:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AFCC;
}
.text-color {
color: #F0AFCC;
}
.border-color {
border: 2px solid #F0AFCC;
}