Mauve (Purple)
#C99EF7
RGB: 201, 158, 247
Color OverviewHEX #C99EF7

#C99EF7 Color Code Information

In the RGB color space, #C99EF7 is composed of 79% red, 62% green, and 97% blue. In the HSL color space, it has a hue of 269°, saturation of 85%, and lightness of 79%.

HEX
#C99EF7
RGB
201, 158, 247
HSL
269°, 85%, 79%
HSV
269°, 36%, 97%
CMYK
19%, 36%, 0%, 3%
Name Match
Mauve
Closest Standard

Shades of #C99EF7 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #C99EF7 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #C99EF7 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #C99EF7

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #C99EF7 Background
Contrast Ratio against Pure White (#FFFFFF):2.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C99EF7 Background
Contrast Ratio against Pure Black (#000000):9.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #C99EF7;
}

.element {
  color: #C99EF7;
  background-color: #C99EF7;
  border-color: #C99EF7;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#C99EF7] text-[#C99EF7] border-[#C99EF7]">
  Content styled with #C99EF7
</div>