#F0A8F0
A very light, vivid magenta closely aligning with Plum.
About #F0A8F0
The hex code #F0A8F0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(240, 168, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 30% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0A8F0
RGB240, 168, 240
HSL300.0°, 70.6%, 80.0%
CMYK0%, 30%, 0%, 6%
HSV300.0°, 30.0%, 94.1%
LAB77.8, 37.8, -25.4
XYZ65.7, 52.8, 89.2
Decimal15771888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.56:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A8F0;
}
.text-color {
color: #F0A8F0;
}
.border-color {
border: 2px solid #F0A8F0;
}