#FF3A8A
A light, vivid magenta closely aligning with Deeppink.
About #FF3A8A
At its core, #FF3A8A is a light and vivid hue. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 58, and 138.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 46% Yellow, and 0% Black. With a hue angle of 335.6 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF3A8A
RGB255, 58, 138
HSL335.6°, 100.0%, 61.4%
CMYK0%, 77%, 46%, 0%
HSV335.6°, 77.3%, 100.0%
LAB58.2, 76.7, 2.8
XYZ47.3, 26.1, 26.6
Decimal16726666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A8A;
}
.text-color {
color: #FF3A8A;
}
.border-color {
border: 2px solid #FF3A8A;
}