#F0AFFF
A very light, vivid magenta closely aligning with Plum.
About #F0AFFF
The precise color #F0AFFF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 240 parts red, 175 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 6% Cyan, 31% Magenta, 0% Yellow, and 0% Black. The HSL representation is 288.8° hue, 100.0% saturation, and 84.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F0AFFF
RGB240, 175, 255
HSL288.8°, 100.0%, 84.3%
CMYK6%, 31%, 0%, 0%
HSV288.8°, 31.4%, 100.0%
LAB79.8, 36.9, -30.3
XYZ69.3, 56.4, 101.8
Decimal15773695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.28:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AFFF;
}
.text-color {
color: #F0AFFF;
}
.border-color {
border: 2px solid #F0AFFF;
}