#FF007C
A medium, vivid magenta closely aligning with Deeppink.
About #FF007C
When working with digital screens, the color #FF007C is rendered by mixing light. Designers often compare it to the standard color Deeppink. This translates to an RGB value of rgb(255, 0, 124).
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 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#FF007C
RGB255, 0, 124
HSL330.8°, 100.0%, 50.0%
CMYK0%, 100%, 51%, 0%
HSV330.8°, 100.0%, 100.0%
LAB54.8, 84.3, 6.3
XYZ44.9, 22.7, 21.1
Decimal16711804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF007C;
}
.text-color {
color: #FF007C;
}
.border-color {
border: 2px solid #FF007C;
}