#FF1D5F
A medium, vivid magenta closely aligning with Crimson.
About #FF1D5F
The precise color #FF1D5F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(255, 29, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 89% M, 63% Y, and 0% K. 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF1D5F
RGB255, 29, 95
HSL342.5°, 100.0%, 55.7%
CMYK0%, 89%, 63%, 0%
HSV342.5°, 88.6%, 100.0%
LAB55.0, 79.9, 24.1
XYZ43.7, 23.0, 13.0
Decimal16719199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D5F;
}
.text-color {
color: #FF1D5F;
}
.border-color {
border: 2px solid #FF1D5F;
}