#FF3AA8
A light, vivid magenta closely aligning with Deeppink.
About #FF3AA8
At its core, #FF3AA8 is a light and vivid hue. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 255 red, 58 green, and 168 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 77% Magenta, 34% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF3AA8
RGB255, 58, 168
HSL326.5°, 100.0%, 61.4%
CMYK0%, 77%, 34%, 0%
HSV326.5°, 77.3%, 100.0%
LAB59.1, 79.5, -13.4
XYZ49.8, 27.1, 39.7
Decimal16726696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3AA8;
}
.text-color {
color: #FF3AA8;
}
.border-color {
border: 2px solid #FF3AA8;
}