#FF1493
A medium, vivid magenta closely aligning with Deeppink.
About #FF1493
The precise color #FF1493 is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 255 red, 20 green, and 147 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 92% magenta, 42% yellow, and 0% black. The HSL representation is 327.6° hue, 100.0% saturation, and 53.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF1493
RGB255, 20, 147
HSL327.6°, 100.0%, 53.9%
CMYK0%, 92%, 42%, 0%
HSV327.6°, 92.2%, 100.0%
LAB56.0, 84.6, -5.7
XYZ46.8, 23.9, 29.7
Decimal16716947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.77:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1493;
}
.text-color {
color: #FF1493;
}
.border-color {
border: 2px solid #FF1493;
}