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