Hot Pink (Pink)
#FF75C6
RGB: 255, 117, 198
Color OverviewHEX #FF75C6
#FF75C6 Color Code Information
In the RGB color space, #FF75C6 is composed of 100% red, 46% green, and 78% blue. In the HSL color space, it has a hue of 325°, saturation of 100%, and lightness of 73%.
HEX
#FF75C6
RGB
255, 117, 198
HSL
325°, 100%, 73%
HSV
325°, 54%, 100%
CMYK
0%, 54%, 22%, 0%
Name Match
Hot Pink
Closest StandardShades of #FF75C6 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FF75C6 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FF75C6 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FF75C6
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 #FF75C6 Background
Contrast Ratio against Pure White (#FFFFFF):2.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FF75C6 Background
Contrast Ratio against Pure Black (#000000):8.61 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FF75C6;
}
.element {
color: #FF75C6;
background-color: #FF75C6;
border-color: #FF75C6;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FF75C6] text-[#FF75C6] border-[#FF75C6]"> Content styled with #FF75C6 </div>