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