#FFC5D3
A very light, vivid red closely aligning with Pink.
About #FFC5D3
When working with digital screens, the color #FFC5D3 is rendered by mixing light. Designers often compare it to the standard color Pink. This translates to an RGB value of rgb(255, 197, 211).
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 23% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFC5D3
RGB255, 197, 211
HSL345.5°, 100.0%, 88.6%
CMYK0%, 23%, 17%, 0%
HSV345.5°, 22.7%, 100.0%
LAB84.9, 22.7, 1.0
XYZ73.0, 65.9, 70.5
Decimal16762323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.18:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFC5D3;
}
.text-color {
color: #FFC5D3;
}
.border-color {
border: 2px solid #FFC5D3;
}