#F8C5F8
A very light, vivid magenta closely aligning with Plum.
About #F8C5F8
Visually, #F8C5F8 is defined as a vivid magenta. Its closest recognized web color is Plum. This translates to an RGB value of rgb(248, 197, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 21% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8C5F8
RGB248, 197, 248
HSL300.0°, 78.5%, 87.3%
CMYK0%, 21%, 0%, 3%
HSV300.0°, 20.6%, 97.3%
LAB85.3, 26.5, -18.2
XYZ75.6, 66.7, 97.7
Decimal16303608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.33:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C5F8;
}
.text-color {
color: #F8C5F8;
}
.border-color {
border: 2px solid #F8C5F8;
}