Hot Pink (Pink)
#FF75AC
RGB: 255, 117, 172
Color OverviewHEX #FF75AC
#FF75AC Color Code Information
In the RGB color space, #FF75AC is composed of 100% red, 46% green, and 67% blue. In the HSL color space, it has a hue of 336°, saturation of 100%, and lightness of 73%.
HEX
#FF75AC
RGB
255, 117, 172
HSL
336°, 100%, 73%
HSV
336°, 54%, 100%
CMYK
0%, 54%, 33%, 0%
Name Match
Hot Pink
Closest StandardShades of #FF75AC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FF75AC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FF75AC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FF75AC
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FF75AC Background
Contrast Ratio against Pure White (#FFFFFF):2.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FF75AC Background
Contrast Ratio against Pure Black (#000000):8.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FF75AC;
}
.element {
color: #FF75AC;
background-color: #FF75AC;
border-color: #FF75AC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FF75AC] text-[#FF75AC] border-[#FF75AC]"> Content styled with #FF75AC </div>