#FF1D6D
A medium, vivid magenta closely aligning with Crimson.
About #FF1D6D
The hex code #FF1D6D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 255 red, 29 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 89% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF1D6D
RGB255, 29, 109
HSL338.8°, 100.0%, 55.7%
CMYK0%, 89%, 57%, 0%
HSV338.8°, 88.6%, 100.0%
LAB55.3, 80.7, 16.1
XYZ44.4, 23.2, 16.6
Decimal16719213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.65:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D6D;
}
.text-color {
color: #FF1D6D;
}
.border-color {
border: 2px solid #FF1D6D;
}