#F8A0F0
A very light, vivid magenta closely aligning with Plum.
About #F8A0F0
The precise color #F8A0F0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 248 red, 160 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 35% Magenta, 3% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8A0F0
RGB248, 160, 240
HSL305.5°, 86.3%, 80.0%
CMYK0%, 35%, 3%, 3%
HSV305.5°, 35.5%, 97.3%
LAB76.9, 44.5, -26.7
XYZ67.0, 51.4, 88.8
Decimal16294128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.28:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A0F0;
}
.text-color {
color: #F8A0F0;
}
.border-color {
border: 2px solid #F8A0F0;
}