#F0C5FF
A very light, vivid purple closely aligning with Plum.
About #F0C5FF
Visually, #F0C5FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 240 parts red, 197 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 23% M, 0% Y, and 0% K. With a hue angle of 284.5 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0C5FF
RGB240, 197, 255
HSL284.5°, 100.0%, 88.6%
CMYK6%, 23%, 0%, 0%
HSV284.5°, 22.7%, 100.0%
LAB84.8, 25.3, -22.7
XYZ74.0, 65.7, 103.4
Decimal15779327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.14:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C5FF;
}
.text-color {
color: #F0C5FF;
}
.border-color {
border: 2px solid #F0C5FF;
}