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