#FF3AA0
A light, vivid magenta closely aligning with Deeppink.
About #FF3AA0
The precise color #FF3AA0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(255, 58, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 77% magenta, 37% yellow, and 0% black. The HSL representation is 328.9° hue, 100.0% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF3AA0
RGB255, 58, 160
HSL328.9°, 100.0%, 61.4%
CMYK0%, 77%, 37%, 0%
HSV328.9°, 77.3%, 100.0%
LAB58.8, 78.7, -9.1
XYZ49.1, 26.8, 35.8
Decimal16726688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3AA0;
}
.text-color {
color: #FF3AA0;
}
.border-color {
border: 2px solid #FF3AA0;
}