#FF3A99
A light, vivid magenta closely aligning with Deeppink.
About #FF3A99
When working with digital screens, the color #FF3A99 is rendered by mixing light. Designers often compare it to the standard color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 58, and 153.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 77% M, 40% Y, and 0% K. The HSL representation is 331.1° hue, 100.0% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF3A99
RGB255, 58, 153
HSL331.1°, 100.0%, 61.4%
CMYK0%, 77%, 40%, 0%
HSV331.1°, 77.3%, 100.0%
LAB58.6, 78.1, -5.3
XYZ48.5, 26.6, 32.7
Decimal16726681
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A99;
}
.text-color {
color: #FF3A99;
}
.border-color {
border: 2px solid #FF3A99;
}