#F8D3DB
A very light, vivid red closely aligning with Mistyrose.
About #F8D3DB
The precise color #F8D3DB is an excellent choice for modern design projects. It is closely associated with the named CSS color Mistyrose. This translates to an RGB value of rgb(248, 211, 219).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8D3DB
RGB248, 211, 219
HSL347.0°, 72.5%, 90.0%
CMYK0%, 15%, 12%, 3%
HSV347.0°, 14.9%, 97.3%
LAB87.8, 14.2, 0.9
XYZ74.8, 71.7, 76.9
Decimal16307163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8D3DB;
}
.text-color {
color: #F8D3DB;
}
.border-color {
border: 2px solid #F8D3DB;
}