#F0A8F8
A very light, vivid magenta closely aligning with Plum.
About #F0A8F8
The precise color #F0A8F8 is an excellent choice for modern design projects. Its closest recognized web color is Plum. Its digital footprint relies on 240 parts red, 168 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 3% Cyan, 32% Magenta, 0% Yellow, and 3% Black. With a hue angle of 294.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0A8F8
RGB240, 168, 248
HSL294.0°, 85.1%, 81.6%
CMYK3%, 32%, 0%, 3%
HSV294.0°, 32.3%, 97.3%
LAB78.1, 39.3, -29.3
XYZ66.9, 53.3, 95.6
Decimal15771896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.66:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A8F8;
}
.text-color {
color: #F0A8F8;
}
.border-color {
border: 2px solid #F0A8F8;
}