#FF99C5
A very light, vivid magenta closely aligning with Palevioletred.
About #FF99C5
The hex code #FF99C5 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(255, 153, 197).
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 40% magenta inks. With a hue angle of 334.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF99C5
RGB255, 153, 197
HSL334.1°, 100.0%, 80.0%
CMYK0%, 40%, 23%, 0%
HSV334.1°, 40.0%, 100.0%
LAB74.9, 43.6, -6.2
XYZ62.7, 48.1, 58.8
Decimal16751045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.61:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF99C5;
}
.text-color {
color: #FF99C5;
}
.border-color {
border: 2px solid #FF99C5;
}