#F8C5FF
A very light, vivid magenta closely aligning with Plum.
About #F8C5FF
At its core, #F8C5FF is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(248, 197, 255).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 23% Magenta, 0% Yellow, and 0% Black. The HSL representation is 292.8° hue, 100.0% saturation, and 88.6% lightness.
When using this color as a background, text legibility must be considered. 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#F8C5FF
RGB248, 197, 255
HSL292.8°, 100.0%, 88.6%
CMYK3%, 23%, 0%, 0%
HSV292.8°, 22.7%, 100.0%
LAB85.6, 27.8, -21.6
XYZ76.7, 67.1, 103.5
Decimal16303615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.42:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C5FF;
}
.text-color {
color: #F8C5FF;
}
.border-color {
border: 2px solid #F8C5FF;
}