#F8A8FF
A very light, vivid magenta closely aligning with Plum.
About #F8A8FF
At its core, #F8A8FF is a very light and vivid hue. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 248 red, 168 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 3% Cyan, 34% Magenta, 0% Yellow, and 0% Black. The HSL representation is 295.2° hue, 100.0% saturation, and 82.9% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8A8FF
RGB248, 168, 255
HSL295.2°, 100.0%, 82.9%
CMYK3%, 34%, 0%, 0%
HSV295.2°, 34.1%, 100.0%
LAB79.1, 43.1, -31.3
XYZ70.8, 55.2, 101.5
Decimal16296191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.04:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A8FF;
}
.text-color {
color: #F8A8FF;
}
.border-color {
border: 2px solid #F8A8FF;
}