#F8078A
A medium, vivid magenta closely aligning with Deeppink.
About #F8078A
At its core, #F8078A is a medium and vivid hue. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(248, 7, 138).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. 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 medium 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#F8078A
RGB248, 7, 138
HSL327.4°, 94.5%, 50.0%
CMYK0%, 97%, 44%, 3%
HSV327.4°, 97.2%, 97.3%
LAB54.0, 83.4, -3.4
XYZ43.4, 21.9, 26.0
Decimal16254858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8078A;
}
.text-color {
color: #F8078A;
}
.border-color {
border: 2px solid #F8078A;
}