#FF75A8
A light, vivid magenta closely aligning with Hotpink.
About #FF75A8
The precise color #FF75A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. In the RGB color space, it consists of 255 red, 117 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 54% Magenta, 34% Yellow, and 0% Black. The HSL representation is 337.8° hue, 100.0% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF75A8
RGB255, 117, 168
HSL337.8°, 100.0%, 72.9%
CMYK0%, 54%, 34%, 0%
HSV337.8°, 54.1%, 100.0%
LAB67.1, 57.5, -1.4
XYZ54.7, 36.8, 41.3
Decimal16741800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.36:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75A8;
}
.text-color {
color: #FF75A8;
}
.border-color {
border: 2px solid #FF75A8;
}