#F88ACC
A light, vivid magenta closely aligning with Hotpink.
About #F88ACC
When working with digital screens, the color #F88ACC is rendered by mixing light. It is closely associated with the named CSS color Hotpink. In the RGB color space, it consists of 248 red, 138 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 44% Magenta, 18% Yellow, and 3% Black. With a hue angle of 324.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F88ACC
RGB248, 138, 204
HSL324.0°, 88.7%, 75.7%
CMYK0%, 44%, 18%, 3%
HSV324.0°, 44.4%, 97.3%
LAB71.2, 49.9, -15.6
XYZ58.7, 42.5, 62.2
Decimal16288460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.50:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88ACC;
}
.text-color {
color: #F88ACC;
}
.border-color {
border: 2px solid #F88ACC;
}