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