#FF428A
A light, vivid magenta closely aligning with Deeppink.
About #FF428A
When working with digital screens, the color #FF428A is rendered by mixing light. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(255, 66, 138).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 74% Magenta, 46% Yellow, and 0% Black. With a hue angle of 337.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF428A
RGB255, 66, 138
HSL337.1°, 100.0%, 62.9%
CMYK0%, 74%, 46%, 0%
HSV337.1°, 74.1%, 100.0%
LAB59.0, 74.4, 4.0
XYZ47.8, 27.0, 26.7
Decimal16728714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF428A;
}
.text-color {
color: #FF428A;
}
.border-color {
border: 2px solid #FF428A;
}