#FF2CAF
A medium, vivid magenta closely aligning with Deeppink.
About #FF2CAF
Visually, #FF2CAF is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. Its digital footprint relies on 255 parts red, 44 parts green, and 175 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 83% Magenta, 31% Yellow, and 0% Black. With a hue angle of 322.7 degrees, it sits comfortably in the magenta spectrum.
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#FF2CAF
RGB255, 44, 175
HSL322.7°, 100.0%, 58.6%
CMYK0%, 83%, 31%, 0%
HSV322.7°, 82.7%, 100.0%
LAB58.2, 83.5, -18.8
XYZ49.9, 26.2, 43.0
Decimal16723119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CAF;
}
.text-color {
color: #FF2CAF;
}
.border-color {
border: 2px solid #FF2CAF;
}