#FF1D83
A medium, vivid magenta closely aligning with Deeppink.
About #FF1D83
At its core, #FF1D83 is a medium and vivid hue. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 29, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 89% Magenta, 49% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF1D83
RGB255, 29, 131
HSL332.9°, 100.0%, 55.7%
CMYK0%, 89%, 49%, 0%
HSV332.9°, 88.6%, 100.0%
LAB55.9, 82.2, 3.7
XYZ45.8, 23.8, 23.6
Decimal16719235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D83;
}
.text-color {
color: #FF1D83;
}
.border-color {
border: 2px solid #FF1D83;
}