#F0A8FF
A very light, vivid magenta closely aligning with Plum.
About #F0A8FF
Visually, #F0A8FF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 240 red, 168 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 6% cyan and 34% magenta inks. The HSL representation is 289.7° hue, 100.0% saturation, and 82.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0A8FF
RGB240, 168, 255
HSL289.7°, 100.0%, 82.9%
CMYK6%, 34%, 0%, 0%
HSV289.7°, 34.1%, 100.0%
LAB78.3, 40.6, -32.7
XYZ68.0, 53.8, 101.4
Decimal15771903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A8FF;
}
.text-color {
color: #F0A8FF;
}
.border-color {
border: 2px solid #F0A8FF;
}