#FF99B6
A very light, vivid magenta closely aligning with Palevioletred.
About #FF99B6
The hex code #FF99B6 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(255, 153, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 40% magenta, 29% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF99B6
RGB255, 153, 182
HSL342.9°, 100.0%, 80.0%
CMYK0%, 40%, 29%, 0%
HSV342.9°, 40.0%, 100.0%
LAB74.5, 41.6, 1.5
XYZ61.1, 47.4, 50.2
Decimal16751030
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.48:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF99B6;
}
.text-color {
color: #FF99B6;
}
.border-color {
border: 2px solid #FF99B6;
}