#FF1DBD
A medium, vivid magenta closely aligning with Deeppink.
About #FF1DBD
The precise color #FF1DBD is an excellent choice for modern design projects. Designers often compare it to the standard color Deeppink. This translates to an RGB value of rgb(255, 29, 189).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 89% M, 26% Y, and 0% K. The HSL representation is 317.5° hue, 100.0% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF1DBD
RGB255, 29, 189
HSL317.5°, 100.0%, 55.7%
CMYK0%, 89%, 26%, 0%
HSV317.5°, 88.6%, 100.0%
LAB57.9, 87.6, -27.4
XYZ50.9, 25.8, 50.4
Decimal16719293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1DBD;
}
.text-color {
color: #FF1DBD;
}
.border-color {
border: 2px solid #FF1DBD;
}