#FF99D3
A very light, vivid magenta closely aligning with Plum.
About #FF99D3
The hex code #FF99D3 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 255 red, 153 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 40% M, 17% Y, and 0% K. With a hue angle of 325.9 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#FF99D3
RGB255, 153, 211
HSL325.9°, 100.0%, 80.0%
CMYK0%, 40%, 17%, 0%
HSV325.9°, 40.0%, 100.0%
LAB75.3, 45.6, -13.3
XYZ64.4, 48.7, 67.6
Decimal16751059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.75:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF99D3;
}
.text-color {
color: #FF99D3;
}
.border-color {
border: 2px solid #FF99D3;
}