#FF5F8A
A light, vivid magenta closely aligning with Hotpink.
About #FF5F8A
At its core, #FF5F8A is a light and vivid hue. Its closest recognized web color is Hotpink. Its digital footprint relies on 255 parts red, 95 parts green, and 138 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 63% Magenta, 46% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#FF5F8A
RGB255, 95, 138
HSL343.9°, 100.0%, 68.6%
CMYK0%, 63%, 46%, 0%
HSV343.9°, 62.7%, 100.0%
LAB62.7, 64.0, 9.4
XYZ49.9, 31.3, 27.5
Decimal16736138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5F8A;
}
.text-color {
color: #FF5F8A;
}
.border-color {
border: 2px solid #FF5F8A;
}