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