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