#F8A8CC
A very light, vivid magenta closely aligning with Lightpink.
About #F8A8CC
When working with digital screens, the color #F8A8CC is rendered by mixing light. Designers often compare it to the standard color Lightpink. In the RGB color space, it consists of 248 red, 168 green, and 204 blue.
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 32% magenta inks. The HSL representation is 333.0° hue, 85.1% saturation, and 81.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8A8CC
RGB248, 168, 204
HSL333.0°, 85.1%, 81.6%
CMYK0%, 32%, 18%, 3%
HSV333.0°, 32.3%, 97.3%
LAB77.5, 34.5, -6.3
XYZ63.6, 52.3, 63.9
Decimal16296140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.46:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A8CC;
}
.text-color {
color: #F8A8CC;
}
.border-color {
border: 2px solid #F8A8CC;
}