#F88AC5
A light, vivid magenta closely aligning with Hotpink.
About #F88AC5
Visually, #F88AC5 is defined as a vivid magenta. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(248, 138, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 44% Magenta, 21% Yellow, and 3% Black. The HSL representation is 327.8° hue, 88.7% saturation, and 75.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F88AC5
RGB248, 138, 197
HSL327.8°, 88.7%, 75.7%
CMYK0%, 44%, 21%, 3%
HSV327.8°, 44.4%, 97.3%
LAB71.0, 48.9, -12.1
XYZ57.9, 42.2, 57.9
Decimal16288453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.43:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88AC5;
}
.text-color {
color: #F88AC5;
}
.border-color {
border: 2px solid #F88AC5;
}