#F81DA0
A medium, vivid magenta closely aligning with Deeppink.
About #F81DA0
The precise color #F81DA0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 29, and 160.
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 88% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F81DA0
RGB248, 29, 160
HSL324.1°, 94.0%, 54.3%
CMYK0%, 88%, 35%, 3%
HSV324.1°, 88.3%, 97.3%
LAB55.5, 83.1, -14.3
XYZ45.5, 23.4, 35.4
Decimal16260512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81DA0;
}
.text-color {
color: #F81DA0;
}
.border-color {
border: 2px solid #F81DA0;
}