#F8B6C5
A very light, vivid red closely aligning with Lightpink.
About #F8B6C5
The hex code #F8B6C5 represents a beautifully specific shade of red. Its closest recognized web color is Lightpink. In the RGB color space, it consists of 248 red, 182 green, and 197 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 21% Yellow, and 3% Black. The HSL representation is 346.4° hue, 82.5% saturation, and 84.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8B6C5
RGB248, 182, 197
HSL346.4°, 82.5%, 84.3%
CMYK0%, 27%, 21%, 3%
HSV346.4°, 26.6%, 97.3%
LAB80.4, 26.0, 1.9
XYZ65.5, 57.4, 60.5
Decimal16299717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B6C5;
}
.text-color {
color: #F8B6C5;
}
.border-color {
border: 2px solid #F8B6C5;
}