#F8D3F8
A very light, vivid magenta closely aligning with Thistle.
About #F8D3F8
At its core, #F8D3F8 is a very light and vivid hue. Its closest recognized web color is Thistle. This translates to an RGB value of rgb(248, 211, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 15% Magenta, 0% Yellow, and 3% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta 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#F8D3F8
RGB248, 211, 248
HSL300.0°, 72.5%, 90.0%
CMYK0%, 15%, 0%, 3%
HSV300.0°, 14.9%, 97.3%
LAB88.6, 19.1, -13.3
XYZ78.9, 73.3, 98.8
Decimal16307192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.66:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8D3F8;
}
.text-color {
color: #F8D3F8;
}
.border-color {
border: 2px solid #F8D3F8;
}