#F88AAF
A light, vivid magenta closely aligning with Palevioletred.
About #F88AAF
When working with digital screens, the color #F88AAF is rendered by mixing light. Its closest recognized web color is Palevioletred. Its digital footprint relies on 248 parts red, 138 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 44% M, 29% Y, and 3% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F88AAF
RGB248, 138, 175
HSL339.8°, 88.7%, 75.7%
CMYK0%, 44%, 29%, 3%
HSV339.8°, 44.4%, 97.3%
LAB70.3, 45.9, -0.8
XYZ55.5, 41.2, 45.6
Decimal16288431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.25:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88AAF;
}
.text-color {
color: #F88AAF;
}
.border-color {
border: 2px solid #F88AAF;
}