#FF3392
A light, vivid magenta closely aligning with Deeppink.
About #FF3392
At its core, #FF3392 is a light and vivid hue. Designers often compare it to the standard color Deeppink. This translates to an RGB value of rgb(255, 51, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 80% M, 43% Y, and 0% K. With a hue angle of 332.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#FF3392
RGB255, 51, 146
HSL332.1°, 100.0%, 60.0%
CMYK0%, 80%, 43%, 0%
HSV332.1°, 80.0%, 100.0%
LAB57.8, 79.2, -2.5
XYZ47.6, 25.7, 29.6
Decimal16724882
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3392;
}
.text-color {
color: #FF3392;
}
.border-color {
border: 2px solid #FF3392;
}