#FF2CA8
A medium, vivid magenta closely aligning with Deeppink.
About #FF2CA8
Visually, #FF2CA8 is defined as a vivid magenta. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 255 red, 44 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 83% M, 34% Y, and 0% K. The HSL representation is 324.7° hue, 100.0% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF2CA8
RGB255, 44, 168
HSL324.7°, 100.0%, 58.6%
CMYK0%, 83%, 34%, 0%
HSV324.7°, 82.7%, 100.0%
LAB57.9, 82.8, -15.1
XYZ49.2, 25.9, 39.4
Decimal16723112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CA8;
}
.text-color {
color: #FF2CA8;
}
.border-color {
border: 2px solid #FF2CA8;
}