#FF07B6
A medium, vivid magenta closely aligning with Deeppink.
About #FF07B6
At its core, #FF07B6 is a medium and vivid hue. Its closest recognized web color is Deeppink. Its digital footprint relies on 255 parts red, 7 parts green, and 182 parts blue light.
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 97% magenta inks. The HSL representation is 317.7° hue, 100.0% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF07B6
RGB255, 7, 182
HSL317.7°, 100.0%, 51.4%
CMYK0%, 97%, 29%, 0%
HSV317.7°, 97.3%, 100.0%
LAB56.9, 88.9, -24.9
XYZ49.8, 24.8, 46.4
Decimal16713654
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF07B6;
}
.text-color {
color: #FF07B6;
}
.border-color {
border: 2px solid #FF07B6;
}