#F8C5F0
A very light, vivid magenta closely aligning with Thistle.
About #F8C5F0
At its core, #F8C5F0 is a very light and vivid hue. Its closest recognized web color is Thistle. This translates to an RGB value of rgb(248, 197, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 21% M, 3% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8C5F0
RGB248, 197, 240
HSL309.4°, 78.5%, 87.3%
CMYK0%, 21%, 3%, 3%
HSV309.4°, 20.6%, 97.3%
LAB85.1, 25.1, -14.3
XYZ74.4, 66.2, 91.3
Decimal16303600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C5F0;
}
.text-color {
color: #F8C5F0;
}
.border-color {
border: 2px solid #F8C5F0;
}