#FF5FCC
A light, vivid magenta closely aligning with Hotpink.
About #FF5FCC
When working with digital screens, the color #FF5FCC is rendered by mixing light. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(255, 95, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 63% magenta, 20% yellow, and 0% black. With a hue angle of 319.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5FCC
RGB255, 95, 204
HSL319.1°, 100.0%, 68.6%
CMYK0%, 63%, 20%, 0%
HSV319.1°, 62.7%, 100.0%
LAB64.8, 71.4, -25.3
XYZ56.2, 33.8, 60.7
Decimal16736204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5FCC;
}
.text-color {
color: #FF5FCC;
}
.border-color {
border: 2px solid #FF5FCC;
}