Rosy Brown (Brown)
#C18FAC
RGB: 193, 143, 172
Color OverviewHEX #C18FAC

#C18FAC Color Code Information

In the RGB color space, #C18FAC is composed of 76% red, 56% green, and 67% blue. In the HSL color space, it has a hue of 325°, saturation of 29%, and lightness of 66%.

HEX
#C18FAC
RGB
193, 143, 172
HSL
325°, 29%, 66%
HSV
325°, 26%, 76%
CMYK
0%, 26%, 11%, 24%
Name Match
Rosy Brown
Closest Standard

Shades of #C18FAC (Darker Variations)

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

Tints of #C18FAC (Lighter Variations)

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

Tones of #C18FAC (Muted Variations)

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

Color Harmonies for #C18FAC

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 #C18FAC Background
Contrast Ratio against Pure White (#FFFFFF):2.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C18FAC Background
Contrast Ratio against Pure Black (#000000):7.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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