#FF07C5
A medium, vivid magenta closely aligning with Deeppink.
About #FF07C5
The precise color #FF07C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deeppink. This translates to an RGB value of rgb(255, 7, 197).
For print applications, it's crucial to understand its CMYK makeup. 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.
When using this color as a background, text legibility must be considered. 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#FF07C5
RGB255, 7, 197
HSL314.0°, 100.0%, 51.4%
CMYK0%, 97%, 23%, 0%
HSV314.0°, 97.3%, 100.0%
LAB57.5, 90.5, -32.6
XYZ51.4, 25.4, 55.0
Decimal16713669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF07C5;
}
.text-color {
color: #FF07C5;
}
.border-color {
border: 2px solid #FF07C5;
}