#F8C5D3
A very light, vivid magenta closely aligning with Pink.
About #F8C5D3
The hex code #F8C5D3 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 197, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 21% M, 15% Y, and 3% K. With a hue angle of 343.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8C5D3
RGB248, 197, 211
HSL343.5°, 78.5%, 87.3%
CMYK0%, 21%, 15%, 3%
HSV343.5°, 20.6%, 97.3%
LAB84.3, 20.3, -0.0
XYZ70.4, 64.6, 70.4
Decimal16303571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.92:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C5D3;
}
.text-color {
color: #F8C5D3;
}
.border-color {
border: 2px solid #F8C5D3;
}