#F0A0BD
A light, vivid magenta closely aligning with Lightpink.
About #F0A0BD
The precise color #F0A0BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightpink. This translates to an RGB value of rgb(240, 160, 189).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 33% M, 21% Y, and 6% K. The HSL representation is 338.2° hue, 72.7% saturation, and 78.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#F0A0BD
RGB240, 160, 189
HSL338.2°, 72.7%, 78.4%
CMYK0%, 33%, 21%, 6%
HSV338.2°, 33.3%, 94.1%
LAB74.4, 33.7, -2.7
XYZ57.7, 47.3, 54.2
Decimal15769789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A0BD;
}
.text-color {
color: #F0A0BD;
}
.border-color {
border: 2px solid #F0A0BD;
}