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