#FF0083
A medium, vivid magenta closely aligning with Deeppink.
About #FF0083
The hex code #FF0083 represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(255, 0, 131).
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 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF0083
RGB255, 0, 131
HSL329.2°, 100.0%, 50.0%
CMYK0%, 100%, 49%, 0%
HSV329.2°, 100.0%, 100.0%
LAB55.0, 84.8, 2.4
XYZ45.3, 22.9, 23.5
Decimal16711811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0083;
}
.text-color {
color: #FF0083;
}
.border-color {
border: 2px solid #FF0083;
}