Rosy Brown (Brown)
#C583A8
RGB: 197, 131, 168
Color OverviewHEX #C583A8

#C583A8 Color Code Information

In the RGB color space, #C583A8 is composed of 77% red, 51% green, and 66% blue. In the HSL color space, it has a hue of 326°, saturation of 36%, and lightness of 64%.

HEX
#C583A8
RGB
197, 131, 168
HSL
326°, 36%, 64%
HSV
326°, 34%, 77%
CMYK
0%, 34%, 15%, 23%
Name Match
Rosy Brown
Closest Standard

Shades of #C583A8 (Darker Variations)

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

Tints of #C583A8 (Lighter Variations)

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

Tones of #C583A8 (Muted Variations)

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

Color Harmonies for #C583A8

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

Developer Code Snippets & Tailwind CSS

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

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