#F8C5DB
A very light, vivid magenta closely aligning with Pink.
About #F8C5DB
Visually, #F8C5DB is defined as a vivid magenta. Its closest recognized web color is Pink. Its digital footprint relies on 248 parts red, 197 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 21% magenta, 12% yellow, and 3% black. The HSL representation is 334.1° hue, 78.5% saturation, and 87.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8C5DB
RGB248, 197, 219
HSL334.1°, 78.5%, 87.3%
CMYK0%, 21%, 12%, 3%
HSV334.1°, 20.6%, 97.3%
LAB84.5, 21.5, -4.0
XYZ71.5, 65.0, 75.8
Decimal16303579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.00:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C5DB;
}
.text-color {
color: #F8C5DB;
}
.border-color {
border: 2px solid #F8C5DB;
}